Skip to content

Commit

Permalink
Merge pull request #59 from dongxuny/master
Browse files Browse the repository at this point in the history
[v2] Refactoring based on rk-entry/v2
  • Loading branch information
dongxuny authored Mar 5, 2022
2 parents b5be77d + 0218635 commit 11f66bd
Show file tree
Hide file tree
Showing 72 changed files with 1,713 additions and 2,285 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all
all: test lint doctoc fmt
all: test lint fmt

.PHONY: lint
lint:
Expand All @@ -20,12 +20,6 @@ fmt:
@gofmt -s -w . 2>&1
@echo "------------------------------------[Done]"

.PHONY: doctoc
doctoc:
@echo "[doctoc] Running doctoc..."
@doctoc . 2>&1
@echo "------------------------------------[Done]"

.PHONY: buf
buf:
@echo "[buf] Running buf..."
Expand Down
868 changes: 450 additions & 418 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion boot/error/grpc_error_wrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package rkgrpcerr

import (
"fmt"
"github.com/rookie-ninja/rk-grpc/boot/error/gen"
"github.com/rookie-ninja/rk-grpc/v2/boot/error/gen"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
Expand Down
967 changes: 318 additions & 649 deletions boot/grpc_entry.go

Large diffs are not rendered by default.

Loading

0 comments on commit 11f66bd

Please sign in to comment.