Skip to content

Commit 857acda

Browse files
committed
update extmap->gomap
1 parent 36fed83 commit 857acda

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package extmap
1+
package gomap
22

33
import "bytes"
44

map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package extmap
1+
package gomap
22

33
import (
44
"encoding/json"

xml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package extmap
1+
package gomap
22

33
import (
44
"bytes"

0 commit comments

Comments
 (0)