A tiny Go application to serve netflux.io
go
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Rob Watson 1c825e0606
continuous-integration/drone/push Build is passing Details
Add README and LICENSE
12 months ago
handler Handle HEAD request 12 months ago
.drone.yml Initial iteration 12 months ago
Dockerfile Initial iteration 12 months ago
LICENSE Add README and LICENSE 12 months ago
README.md Add README and LICENSE 12 months ago
go.mod go mod tidy 12 months ago
go.sum go mod tidy 12 months ago
main.go Initial iteration 12 months ago

README.md

netflux-homepage

Build Status

A tiny Go module which serves https://netflux.io.

Building

go build ./...

Run tests

go test ./...

License

MIT