first commit

This commit is contained in:
Kamrdip Joshi
2021-07-02 15:52:25 +05:30
commit a530a79566
87 changed files with 11341 additions and 0 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: go
go:
- 1.12.x
install:
- go get -tags nopie -t -v ./...
script:
- go build -tags nopie