init
This commit is contained in:
10
cmd/main.go
Normal file
10
cmd/main.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package cmd
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"io"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Main(ctx context.Context) error {
|
||||||
|
return io.EOF
|
||||||
|
}
|
||||||
2
go.mod
2
go.mod
@@ -1,3 +1,3 @@
|
|||||||
module gitea/turbomaps-er
|
module turbomaps-er
|
||||||
|
|
||||||
go 1.24.2
|
go 1.24.2
|
||||||
|
|||||||
Reference in New Issue
Block a user