More fixes with new man.
This commit is contained in:
parent
023d1559d7
commit
bb1d6be89a
3 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module github.com/k1574/gomtool
|
module github.com/surdeus/gomtool
|
||||||
|
|
||||||
go 1.18
|
go 1.18
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import(
|
import(
|
||||||
"github.com/k1574/gomtool/m/multitool"
|
"github.com/surdeus/gomtool/src/multitool"
|
||||||
"strconv"
|
"strconv"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
Loading…
Reference in a new issue