Skip to content

Instantly share code, notes, and snippets.

@phuctm97
Last active September 7, 2019 13:58
Show Gist options
  • Save phuctm97/49c4cc8e81b608fdd6dd76fd6513e75f to your computer and use it in GitHub Desktop.
Save phuctm97/49c4cc8e81b608fdd6dd76fd6513e75f to your computer and use it in GitHub Desktop.
Go RESTful series
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment