chyidl / blog-comments

comments system
1 stars 0 forks source link

micro-services | Stay Hungry Stay Foolish #5

Open chyidl opened 3 years ago

chyidl commented 3 years ago

https://chyidl.github.io/2021/09/01/micro-services/

1234567package mainimport "fmt"func main() { fmt.Println("Hello, world!")}