Skip to content

Commit

Permalink
chore: move main to the cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-esk committed Dec 1, 2023
1 parent 631032a commit 73b70a7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generate:
go generate ./...

build:
go build -o bin/$(BINARY_NAME) -v .
go build -o bin/$(BINARY_NAME) -v ./cmd

docker:
docker build -t bittwister .
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go → cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/celestiaorg/bittwister/cmd"
"github.com/celestiaorg/bittwister/cmd/cmd"
)

func main() {
Expand Down

0 comments on commit 73b70a7

Please sign in to comment.