Skip to content

Latest commit

 

History

History

hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Hello World Example

$ go run hello/main.go

$ curl http://localhost:8080/            
Hello world!

$ curl http://localhost:8080/hello/foobar
Hello foobar!