Test go-gin-server sample with go test -v (#8855)

* test go gin sample with `go test -v`

* install via go get

* update main.mustache
This commit is contained in:
William Cheng
2021-03-02 11:07:25 +08:00
committed by GitHub
parent f7b2baf38e
commit 07f8bde6c1
3 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ import (
// once you place this file into your project.
// For example,
//
// sw "github.com/myname/myrepo/go"
//sw "github.com/GIT_USER_ID/GIT_REPO_ID/go"
//
sw "./go"
)