Skip to content

Commit

Permalink
go vet workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Jan 15, 2022
1 parent b903eeb commit a3f7dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion helpers/postrel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const logo = `
'\__ |'\___/'| ,__/''\__,_)(____/(____/
( )_) | | |
\___/' (_)
`
`

func main() {
ctx := context.Background()
Expand Down
3 changes: 2 additions & 1 deletion helpers/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const logo = `
'\__ |'\___/'| ,__/''\__,_)(____/(____/
( )_) | | |
\___/' (_)
`
`

func main() {
fmt.Println(logo)
Expand Down

0 comments on commit a3f7dc9

Please sign in to comment.