Skip to content

Commit

Permalink
removed easyjson
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-machado committed Jul 2, 2019
1 parent c6fd71b commit 3d8201e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 588 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
name = "github.com/topfreegames/extensions"
version = "8.0.1"

[[constraint]]
name = "github.com/mailru/easyjson"
branch = "master"

[[constraint]]
name = "github.com/go-redis/redis"
version = "~6.12.0"
Expand Down
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ clear-hooks:

setup: setup-hooks
@GO111MODULE=off go get -u github.com/golang/dep/cmd/dep
@go get github.com/mailru/easyjson/...
@go get -u github.com/onsi/ginkgo/ginkgo
@go get github.com/gordonklaus/ineffassign
@dep ensure
Expand All @@ -35,11 +34,11 @@ build:
@go build -o ./bin/podium ./main.go

# run app
run: schema-update redis
run: redis
@go run main.go start

# run app
run-prod: schema-update redis build
run-prod: redis build
@./bin/podium start -q -f -c ./config/local.yaml

# get a redis instance up (localhost:1212)
Expand All @@ -59,7 +58,7 @@ redis-shutdown:
redis-clear:
@redis-cli -p 1212 FLUSHDB

test: schema-update test-redis
test: test-redis
@ginkgo --cover -r .
@make test-redis-kill

Expand Down Expand Up @@ -162,9 +161,6 @@ rtfd:
@sphinx-build -b html -d ./docs/_build/doctrees ./docs/ docs/_build/html
@open docs/_build/html/index.html

schema-update:
@go generate ./api/payload.go

mock-lib:
@mockgen github.com/topfreegames/podium/lib PodiumInterface | sed 's/mock_lib/mocks/' > lib/mocks/podium.go

Expand Down
126 changes: 0 additions & 126 deletions api/payload.go

This file was deleted.

Loading

0 comments on commit 3d8201e

Please sign in to comment.