Skip to content

Commit

Permalink
Added go.mod to .github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Sep 16, 2020
1 parent 9163340 commit e7baa8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// An empty go.mod file to refrain this dir to be distributed with the cli tool
Binary file modified logo-ls.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {

// if f_V is provided version will be printed and exit(0)
if *f_V {
fmt.Printf("logo-ls %s\nCopyright (c) 2020 Yash Handa\nLicense MIT <https://opensource.org/licenses/MIT>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", "v1.3.4")
fmt.Printf("logo-ls %s\nCopyright (c) 2020 Yash Handa\nLicense MIT <https://opensource.org/licenses/MIT>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", "v1.3.5")
fmt.Println("\nWritten by Yash Handa")
os.Exit(osExitCode)
}
Expand Down

0 comments on commit e7baa8c

Please sign in to comment.