Skip to content

Commit

Permalink
Minor nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimi committed Feb 1, 2023
1 parent 93fcf5c commit 0aee3a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# To ignore editor-specific and system specific files like:
# `.DS_Store` files on macOS, `.idea` directories or Vim swap files
# Add them to your global ignore: $HOME/.config/git/ignore

# Executable
golang-cli-template

# macOS
.DS_Store

# Tests
*.test

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
> This is Marco's fork of:
This is Marco's fork of:

# [golang-cli-template](https://github.com/mprimi/golang-cli-template)
A general purpose project template for golang CLI applications
> [golang-cli-template](https://github.com/FalcoSuessgott/golang-cli-template): A general purpose project template for golang CLI applications
The upstream version has a lot of nice features. This is a stripped down version for personal use.
The upstream version has a lot of nice features I dropped. This is a stripped down version for personal use.

Removed in this fork:

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// Substituted at build time using -X linker flag
// https://pkg.go.dev/cmd/link
// See Makefile and Goreleaser configuration
var Name = "go-bench-away"
var Name = "go-cli-template"
var Version = "dev"
var SHA = "?"
var BuildDate = "?"
Expand Down

0 comments on commit 0aee3a9

Please sign in to comment.