Fix package name

This commit is contained in:
nxshock 2022-02-16 16:16:29 +05:00
parent c40ec11e9a
commit 11599b76b6
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package zkv2 package zkv
import ( import (
"bytes" "bytes"

View file

@ -1,4 +1,4 @@
package zkv2 package zkv
import ( import (
"bytes" "bytes"

2
zkv.go
View file

@ -1,4 +1,4 @@
package zkv2 package zkv
import ( import (
"bytes" "bytes"

View file

@ -1,4 +1,4 @@
package zkv2 package zkv
import ( import (
"os" "os"