More fixes with new man.

This commit is contained in:
k1574 2022-08-06 07:29:09 +05:00
parent 023d1559d7
commit bb1d6be89a
3 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/k1574/gomtool
module github.com/surdeus/gomtool
go 1.18

View file

@ -1,7 +1,7 @@
package main
import(
"github.com/k1574/gomtool/m/multitool"
"github.com/surdeus/gomtool/src/multitool"
"strconv"
"fmt"
)