A tiny Go application to serve netflux.io
go
Go to file
Rob Watson a9caca2772
continuous-integration/drone Build is passing Details
feat: serve static files
2024-11-19 19:57:03 +01:00
handler feat: serve static files 2024-11-19 19:57:03 +01: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 feat: serve static files 2024-11-19 19:57:03 +01: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