echox
echox copied to clipboard
In Go 1.11 App Engine the build tags are deprecated
Example / Cookbook with App Engine on Go 1.11 won't work as build tags are deprecated now.
Just use echo on port 8080 or define custom with env "Port".