A tiny Go application to serve netflux.io
go
Go to file
Rob Watson 7ee67d3f2d
continuous-integration/drone/push Build is passing Details
feat: add robots.txt
2024-11-20 20:45:19 +01:00
handler feat: add robots.txt 2024-11-20 20:45:19 +01:00
.drone.yml chore: update go.mod 2024-11-19 19:57:03 +01:00
Dockerfile build: update Dockerfile 2024-11-20 20:36:36 +01:00
LICENSE Add README and LICENSE 2022-06-07 07:35:42 +02:00
Makefile build: update Dockerfile 2024-11-20 20:36:36 +01: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