Skip to content

Commit

Permalink
Renaming repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen committed Aug 19, 2015
1 parent e52e8d8 commit 42ae686
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME=go-adx-parser
NAME=rtb-protobuf-parser
OS=linux darwin
VERSION=0.0.3dev
VERSION=0.0.4

.PHONY: build install release

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
pre:
- rm -rf /home/ubuntu/.go_workspace/src/github.com/taik/go-adx-parser
- rm -rf /home/ubuntu/.go_workspace/src/github.com/taik/
- make deps
override:
- godep restore
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"

log "github.com/Sirupsen/logrus"
"github.com/taik/go-adx-parser/parser"
"github.com/taik/rtb-protobuf-parser/parser"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"encoding/json"
"errors"

"github.com/taik/go-adx-parser/proto_adx"
"github.com/taik/go-adx-parser/proto_openx"
"github.com/taik/rtb-protobuf-parser/proto_openx"
"github.com/taik/rtb-protobuf-parser/proto_adx"
)

type ProtoMessager interface {
Expand Down

0 comments on commit 42ae686

Please sign in to comment.