Skip to content

Commit

Permalink
Split up documentation so the main README is easier to read (#43)
Browse files Browse the repository at this point in the history
Also, this PR moves all source code other than `main.go` into a new
`/src` directory.
  • Loading branch information
rohitramu authored Nov 17, 2024
2 parents 8763dfa + 6e75ebd commit d0dd196
Show file tree
Hide file tree
Showing 102 changed files with 824 additions and 792 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
#!/bin/bash
set -e -x
go build -v -x -ldflags="-X 'github.com/rohitramu/kpm/cli/model/utils/constants.VersionString=${APP_VERSION}'"
go build -v -x -ldflags="-X 'github.com/rohitramu/kpm/src/cli/model/utils/constants.VersionString=${APP_VERSION}'"
- name: Test
if: success()
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
dist: /tmp/goreleaser
builds:
- ldflags:
- -X 'github.com/rohitramu/kpm/cli/model/utils/constants.VersionString={{ .Env.APP_VERSION }}'
- -X 'github.com/rohitramu/kpm/src/cli/model/utils/constants.VersionString={{ .Env.APP_VERSION }}'
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand Down
Loading

0 comments on commit d0dd196

Please sign in to comment.