🎉 Initial commit

This commit is contained in:
Dan Jones 2023-03-20 20:12:02 -05:00
commit 50184b30e5
2 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module codeberg.org/danjones000/gopub
go 1.19

5
main.go Normal file
View file

@ -0,0 +1,5 @@
package main
func main() {
}