Go to file
Lewis Dale 4d88c50a22 Install SSH keys 2024-05-05 19:50:45 +01:00
.gitea/workflows Install SSH keys 2024-05-05 19:50:45 +01:00
.gitignore Build Go using an action 2024-05-05 19:42:07 +01:00
LICENSE Initial commit 2024-05-01 09:48:19 +01:00
README.md Add super-simple readme 2024-05-05 08:44:30 +01:00
go.mod Initialise the module, write my first request 2024-05-05 08:25:27 +01:00
main.go Test out some pattern-matching syntax 2024-05-05 08:41:01 +01:00

README.md

oopsie

This is the README for the Oopsie project, that I'm building through my WeblogPoMo 2024 series.

Running the server

go run main.go

The server will start on port 8000 by default.