go mod init

This commit is contained in:
Miroslav Vasilev 2025-03-16 23:30:21 +02:00
parent 6761c6ab61
commit 7f670f47aa
2 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module mvvasilev.dev/aprox
go 1.24.1

5
main.go Normal file
View file

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