feat(01-01): initialize Go project with HTTP server

- Go module initialized with github.com/acty/pirate-station
- HTTP server on port 32768 with root and health endpoints
- Health check verifies /data volume mount
- No external dependencies, stdlib only
This commit is contained in:
acty
2026-02-03 18:01:23 +09:00
parent ccb93eda21
commit 2691ded819
3 changed files with 58 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/acty/pirate-station
go 1.19