Skip to content

Latest commit

 

History

History
 
 

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

go

This is an alternative way to serve the root file index.html

If you only have golang installed on your machine, and do not have to Nginx.

Just run following command in this directory:

$ go get && go run main.go

Than, you can open browser: https://localhost:8089

Note: only for local use, do not direct deploy on public net.