We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850ca83 commit f7d4d71Copy full SHA for f7d4d71
.travis.yml
@@ -7,3 +7,14 @@ go:
7
matrix:
8
allow_failures:
9
- go: tip
10
+
11
+install:
12
+ - rm -rf $GOPATH/src/srcd.works
13
+ - mkdir -p $GOPATH/src/srcd.works
14
+ - ln -s $PWD $GOPATH/src/srcd.works/go-billy.v1
15
+ - cd $GOPATH/src/srcd.works/go-billy.v1
16
+ - go get -v -t ./...
17
18
+script:
19
20
+ - go test -v ./...
os/os.go
@@ -1,5 +1,5 @@
1
// Package os provides a billy filesystem for the OS.
2
-package os // import "srcd.works/go-billy.v1/memory"
+package os // import "srcd.works/go-billy.v1/os"
3
4
import (
5
"io/ioutil"
0 commit comments