tech: updated xorm libs

This commit is contained in:
Torkel Ödegaard
2017-03-31 12:54:39 +02:00
parent bd3f825a6e
commit a7babfb7cf
91 changed files with 8654 additions and 6341 deletions
+12
View File
@@ -0,0 +1,12 @@
dependencies:
override:
# './...' is a relative pattern which means all subdirectories
- go get -t -d -v ./...
- go build -v
- go get -u github.com/golang/lint/golint
test:
override:
# './...' is a relative pattern which means all subdirectories
- golint ./...
- go test -v -race