Learning various languages, frameworks, etc. Usually barebones hello worlds.
hello-world-server.go | ||
hello-world.go | ||
LICENSE | ||
README.md |
Hello Go
go run hello-world.go
Prints: Hello World
go run hello-world-server.go
Launches a webserver