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.
2 parents a82e917 + 718b698 commit 6eb0e75Copy full SHA for 6eb0e75
.gitignore
@@ -1,4 +1,4 @@
1
*.sw?
2
*.db
3
*.tmp
4
-generated_*.go
+vendor
.travis.yml
@@ -39,6 +39,7 @@ install:
39
- export TRAVIS_BUILD_DIR=$GOPATH/src/upper.io/db.v3
40
- mv $PWD $TRAVIS_BUILD_DIR
41
- cd $TRAVIS_BUILD_DIR
42
+ - if [ ! -z "$(go version | grep go1.12)" ]; then export GO111MODULE=on; fi
43
- go get -t -v -d ./...
44
- go get -v modernc.org/ql/ql
45
go.mod
@@ -0,0 +1,3 @@
+module upper.io/db.v3
+
+go 1.12
0 commit comments