feat:fix adaptation issue of golang import

This commit is contained in:
douxu 2024-07-31 16:17:31 +08:00
parent bbf5365602
commit 3da96fe9b6
4 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,8 @@ package main
import (
"flag"
"fmt"
"github.com/yonwoo9/go-comtrade"
"server.baseware.net/CL-Softwares/go-comtrade"
)
var (

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module server.baseware.net/CL-Softwares/go-comtrade
go 1.22.5