Merge remote-tracking branch 'origin/4.3.x' into 5.0.x

This commit is contained in:
William Cheng
2019-12-12 17:27:49 +08:00
1220 changed files with 44302 additions and 10652 deletions

View File

@@ -0,0 +1,5 @@
module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.13
require github.com/gorilla/mux v1.7.3

View File

@@ -13,14 +13,7 @@ import (
"log"
"net/http"
// WARNING!
// Change this to a fully-qualified import path
// once you place this file into your project.
// For example,
//
// sw "github.com/myname/myrepo/go"
//
petstoreserver "./go"
petstoreserver "github.com/GIT_USER_ID/GIT_REPO_ID/go"
)
func main() {