Skip to content

Commit

Permalink
feat: use cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingandyyy committed Apr 18, 2022
1 parent ce919e3 commit 66204bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified bin/gofuzzyclone
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
export REPO_DIR="$(dirname "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )")"
export package_name=$(basename $REPO_DIR)

(set -x; go build $REPO_DIR/src/main.go)
(set -x; go build $REPO_DIR/cmd/main.go)
mv $REPO_DIR/main $REPO_DIR/bin/$package_name

0 comments on commit 66204bb

Please sign in to comment.