Skip to content

Commit

Permalink
Switch to Go 1.5
Browse files Browse the repository at this point in the history
Move epiutil to internal directory to avoid export of its API.
  • Loading branch information
mrekucci committed Aug 20, 2015
1 parent 3f0200f commit 8428de9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.4
- 1.5

before_install:
- go get github.com/axw/gocov/gocov
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion strings/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"math/rand"
"testing"

"github.com/mrekucci/epi/epiutil"
"github.com/mrekucci/epi/internal/epiutil"
)

type indexFn func(s, p string) int
Expand Down
2 changes: 1 addition & 1 deletion strings/reversewords_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"math/rand"
"testing"

"github.com/mrekucci/epi/epiutil"
"github.com/mrekucci/epi/internal/epiutil"
)

func TestReverseWords(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion strings/rlecompr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"math/rand"
"testing"

"github.com/mrekucci/epi/epiutil"
"github.com/mrekucci/epi/internal/epiutil"
)

func TestRLEEncode(t *testing.T) {
Expand Down

0 comments on commit 8428de9

Please sign in to comment.