Skip to content

Commit

Permalink
Update module path
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Sep 1, 2019
1 parent f2ee418 commit 891afae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adapters.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

package typedmapcodec
package tmc

import (
"encoding"
Expand Down
2 changes: 1 addition & 1 deletion codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

package typedmapcodec
package tmc

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion codec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

package typedmapcodec
package tmc

import (
"encoding/json"
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/bep/typedmapcodec
module github.com/bep/tmc

go 1.12

Expand Down

0 comments on commit 891afae

Please sign in to comment.