diff --git a/.gitignore b/.gitignore index 5800750..4baad76 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ # vendor/ dist/ + +## binary files +go-nproc diff --git a/go.mod b/go.mod index bc34ee4..89aacbf 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/daftcreations/go-nproc -go 1.17 +go 1.18 diff --git a/main.go b/main.go index 6d88cfe..89cd1b6 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,10 @@ func main() { flag.Parse() if getVersion { - fmt.Printf("go-nproc v%s (sha: %s) (BuildTime: %s)\n\nWritten by Pratik (github: pratikbin)\n", + fmt.Printf(`go-nproc v%s (sha: %s) (BuildTime: %s) + +Written by DaftCreations (github: daftcreations) +`, Version, CommitSha, BuildTime) return }