A tiny Go application to serve netflux.io
go
Go to file
Rob Watson 1c825e0606
continuous-integration/drone/push Build is passing Details
Add README and LICENSE
2022-06-07 07:35:42 +02:00
handler Handle HEAD request 2022-06-07 05:04:33 +02:00
.drone.yml Initial iteration 2022-06-06 18:48:53 +02:00
Dockerfile Initial iteration 2022-06-06 18:48:53 +02:00
LICENSE Add README and LICENSE 2022-06-07 07:35:42 +02:00
README.md Add README and LICENSE 2022-06-07 07:35:42 +02:00
go.mod go mod tidy 2022-06-06 20:29:11 +02:00
go.sum go mod tidy 2022-06-06 20:29:11 +02:00
main.go Initial iteration 2022-06-06 18:48:53 +02:00

README.md

netflux-homepage

Build Status

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

Building

go build ./...

Run tests

go test ./...

License

MIT