仓库位置更改

This commit is contained in:
pibigstar 2019-06-19 11:17:10 +08:00
parent 89373ebcd6
commit c066fff971

2
vet.sh
View File

@ -1,6 +1,6 @@
#!/bin/bash
cd "${GOPATH}/src/github.com/pibigstar/go-todo"
cd "${GOPATH}/src/github.com/gogf/gf"
find . -name "*.go" -not -path "./third/*" | xargs gofmt -w