Inspiration
Since I have been working on node.js for a while now, I thought about learning Go for the parallel processing it offers for better API scaling.
What it does
Just prints hello world in Go
How I built it
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}
What I learned
The syntax for Go
Log in or sign up for Devpost to join the conversation.