-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v0.0.3-beta * v0.0.3-beta * v0.0.3-beta * v0.0.3-beta * v0.0.3-beta
- Loading branch information
1 parent
efcc6fd
commit 181ca40
Showing
110 changed files
with
1,773 additions
and
843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.github/ | ||
config/ | ||
docs/ | ||
examples/ | ||
pkg/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,8 @@ test: info clean dependencies | |
|
||
.PHONY: build | ||
build: info clean | ||
@ GOOS=darwin GOARCH=amd64 go build $(LDFLAGS) -o $(BIN)/darwin/$(SERVICE) cmd/server/main.go | ||
@ GOOS=linux GOARCH=amd64 go build $(LDFLAGS) -o $(BIN)/linux/$(SERVICE) cmd/server/main.go | ||
@ GOOS=darwin GOARCH=amd64 go build $(LDFLAGS) -o $(BIN)/darwin/$(SERVICE) cmd/baseca/server.go | ||
@ GOOS=linux GOARCH=amd64 go build $(LDFLAGS) -o $(BIN)/linux/$(SERVICE) cmd/baseca/server.go | ||
|
||
.PHONY: sqlc | ||
sqlc: | ||
|
@@ -47,15 +47,17 @@ gen: info clean | |
.PHONY: server | ||
server: | ||
@ database_credentials=${DATABASE_CREDENTIALS} \ | ||
go run cmd/server/main.go | ||
go run cmd/baseca/server.go | ||
|
||
.PHONY: lint | ||
lint: | ||
@ golangci-lint run | ||
|
||
.PHONY: tools | ||
tools: | ||
@ go install go.uber.org/mock/mockgen@latest | ||
@ go install google.golang.org/protobuf/cmd/[email protected] | ||
@ go install google.golang.org/grpc/cmd/[email protected] | ||
@ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest | ||
@ which buf || (go install github.com/bufbuild/buf/cmd/buf@latest) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.