Skip to content

Commit

Permalink
github.com/dfuse-io/binary -> github.com/gagliardetto/binary
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Sep 4, 2021
1 parent 81bf4e8 commit a5d63c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dfuse binary
[![reference](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/dfuse-io/binary)
[![reference](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/gagliardetto/binary)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Binary Encoder and Decoder library
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dfuse-io/binary
module github.com/gagliardetto/binary

go 1.14

Expand Down
4 changes: 2 additions & 2 deletions logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
var zlog = zap.NewNop()

func init() {
logging.Register("github.com/dfuse-io/binary", &zlog)
logging.Register("github.com/gagliardetto/binary", &zlog)
}

var traceEnabled = logging.IsTraceEnabled("binary", "github.com/dfuse-io/binary")
var traceEnabled = logging.IsTraceEnabled("binary", "github.com/gagliardetto/binary")

type logStringerFunc func() string

Expand Down

0 comments on commit a5d63c3

Please sign in to comment.