first commit

This commit is contained in:
iratusmachina 2024-04-25 15:48:45 -04:00
commit 9f30ec897e
3 changed files with 8 additions and 0 deletions

0
README.md Normal file
View File

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gocustomurls
go 1.20

5
main.go Normal file
View File

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