Initial package checkin. /JL

This commit is contained in:
Jan Lerking
2023-03-07 13:10:31 +01:00
parent 6ec5db228d
commit 9175b34db0
3 changed files with 2 additions and 8 deletions

2
go.mod
View File

@@ -1,3 +1,3 @@
module template module tcx-package
go 1.20 go 1.20

View File

@@ -1,7 +0,0 @@
package main
import . "fmt"
func main() {
Println("I'm here!")
}

View File

@@ -0,0 +1 @@
package TCX_package