Phase 0.1: Go module cleanup and project layout #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The Go conversion currently lives under
go/with a mix of root-level files andgo/code/andgo/data/packages. Need to normalize the project layout for a web application.Tasks
go/contents to repo root (or restructure to standard Go project layout)go.modmodule path frombygfootgotogit.preeper.org/ppreeper/bygfootgo vetandgo buildpass (at minimum)package main)pkg/game/for engine,cmd/server/for web serverAcceptance Criteria
go build ./...compiles successfullygo vet ./...passes