mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update vendor/ dir to latest w/o heroku, moby
had to lock a lot of things in place
This commit is contained in:
2
vendor/github.com/gin-gonic/gin/examples/basic/main.go
generated
vendored
2
vendor/github.com/gin-gonic/gin/examples/basic/main.go
generated
vendored
@@ -7,6 +7,8 @@ import (
|
||||
var DB = make(map[string]string)
|
||||
|
||||
func main() {
|
||||
// Disable Console Color
|
||||
// gin.DisableConsoleColor()
|
||||
r := gin.Default()
|
||||
|
||||
// Ping test
|
||||
|
||||
Reference in New Issue
Block a user