Skip to content

Commit

Permalink
minor changes (#45)
Browse files Browse the repository at this point in the history
* request: request for help in repository

Unrelated to the project request for help.

* chores: go release update and readme altering
  • Loading branch information
butuzov committed May 3, 2023
1 parent 4f0f2a6 commit 45a4a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,7 +1,7 @@
# artifacts
coverage.cov
bin/*
dist/*
bin*
dist*

# generators
.tmp
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -26,7 +26,8 @@ install:
go install -trimpath -v -ldflags="-w -s" ./cmd/ireturn/

bin/goreleaser:
curl -fsSL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- -b bin
@curl -Ls https://github.com/goreleaser/goreleaser/releases/download/v1.17.2/goreleaser_Darwin_all.tar.gz | tar -zOxf - goreleaser > ./bin/goreleaser
chmod 0755 ./bin/goreleaser

test-release: bin/goreleaser
goreleaser release --help
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -2,6 +2,8 @@

Accept Interfaces, Return Concrete Types

## 🇺🇦 PLEASE HELP ME 🇺🇦
Fundrise for scout drone **DJI Matrice 30T** See more details at [butuzov/README.md](https://github.com/butuzov/butuzov/)

## Install

Expand Down

0 comments on commit 45a4a38

Please sign in to comment.