Fixed typo and added go.mod

This commit is contained in:
David Vennik
2022-09-07 08:35:29 +02:00
parent dafb5dfef8
commit d4854f9d0f
4 changed files with 116 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ func Version() string {
"\nRepository Information\n",
"\tGit repository: "+URL+"\n",
"\tBranch: "+GitRef+"\n",
"\tPacethGitCommit: "+ParentGitCommit+"\n",
"\ParentGitCommit: "+ParentGitCommit+"\n",
"\tBuilt: "+BuildTime+"\n",
"\tSemVer: "+SemVer+"\n",
)