Skip to content

Instantly share code, notes, and snippets.

View phuctm97's full-sized avatar
πŸ‘¨β€πŸ’»
Coding

Minh-Phuc Tran phuctm97

πŸ‘¨β€πŸ’»
Coding
View GitHub Profile
package main
import "fmt"
func main() {
fmt.Println("Hello World inside Docker!")
}
@phuctm97
phuctm97 / go-restful-simple-docker-main-0.go
Last active September 7, 2019 13:58
Go RESTful series
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}