A tiny Go application to serve netflux.io
go
Go to file
Rob Watson f9b4c35f59 chore: update go.mod 2024-11-19 19:57:03 +01:00
handler Handle HEAD request 2022-06-07 05:04:33 +02:00
.drone.yml chore: update go.mod 2024-11-19 19:57:03 +01:00
Dockerfile chore: update go.mod 2024-11-19 19:57:03 +01: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 chore: update go.mod 2024-11-19 19:57:03 +01:00
go.sum chore: update go.mod 2024-11-19 19:57:03 +01: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