Skip to content

Commit

Permalink
cmd: Simplify project directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Sep 24, 2023
1 parent 762d508 commit 6cc5a08
Show file tree
Hide file tree
Showing 50 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ builds:
goarch: arm64
ldflags:
- -s -w
- -X github.com/jmooring/hvm/cmd/hvm.version={{.Version}}
- -X github.com/jmooring/hvm/cmd/hvm.commitHash={{.ShortCommit}}
- -X github.com/jmooring/hvm/cmd/hvm.buildDate={{.Date}}
- -X github.com/jmooring/hvm/cmd.version={{.Version}}
- -X github.com/jmooring/hvm/cmd.commitHash={{.ShortCommit}}
- -X github.com/jmooring/hvm/cmd.buildDate={{.Date}}
archives:
- format: tar.gz
name_template: >-
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
package main

import (
cmd "github.com/jmooring/hvm/cmd/hvm"
cmd "github.com/jmooring/hvm/cmd"
)

func main() {
Expand Down

0 comments on commit 6cc5a08

Please sign in to comment.