Skip to content

Commit

Permalink
Use standard 'cmd' dir for quark-mon
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Oct 3, 2024
1 parent ddbbd2d commit a97fd52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# .a files should not be committed by users; automation will build and commit
# changes in PR branches.
*.a
# executables
cmd/quark-mon

1 change: 1 addition & 0 deletions bin/go.mod → cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ go 1.22
replace github.com/elastic/go-quark => ../

require (
github.com/elastic/go-quark v0.0.0-00010101000000-000000000000 // indirect
golang.org/x/sys v0.18.0 // indirect
)
File renamed without changes.
File renamed without changes.

0 comments on commit a97fd52

Please sign in to comment.