Migrate main.go

This commit is contained in:
Marton Soos
2022-04-15 11:44:20 +02:00
parent 1a085562e4
commit e39cff881d
5 changed files with 220 additions and 18 deletions

6
version/version.go Normal file
View File

@@ -0,0 +1,6 @@
package version
// TODO figure out if this package makes sense.
var (
Version = "0.0.1"
)