oops no go
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
41666 2025-04-29 18:20:04 -07:00
parent f941e6902e
commit a62b7d1b5a
2 changed files with 0 additions and 10 deletions

3
go.mod
View file

@ -1,3 +0,0 @@
module git.sapphic.engineer/noe/switcheroo
go 1.24.2

View file

@ -1,7 +0,0 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}