You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 months ago | |
---|---|---|
public | 2 years ago | |
Dockerfile | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
main.go | 6 months ago |
README.md
basegowebserver
simple af web server in go for use when testing
how to use
in theory:
- put all the files that should be served in the directory named
public
- hippity hoppity
go run main.go
and then it will be available atlocalhost:11789
to view