Skip to content

Commit

Permalink
Refactor main package
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Dec 2, 2024
1 parent d2e3f38 commit d0e6ae1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- CGO_ENABLED=0
id: "openid-client"
dir: .
main: ./cmd/openid-client.go
main: ./openid-client/openid-client.go
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}'
goos:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
all:
go build cmd/openid-client.go
go build -o ~/openid-client openid-client/openid-client.go

File renamed without changes.
File renamed without changes.

0 comments on commit d0e6ae1

Please sign in to comment.