updated the module name in go.mod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hyung-hwan 2023-10-29 22:01:19 +09:00
parent 801b5ea77f
commit 5a1fd8f130
2 changed files with 4 additions and 3 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module hcl
module code.miflux.com/hyung-hwan/hcl
go 1.20

View File

@ -30,8 +30,9 @@ int print_handler (hcl_t* hcl, hcl_iocmd_t cmd, void* arg)
import (
"fmt"
hcl "hcl/go"
hcl "code.miflux.com/hyung-hwan/hcl/go"
"os"
_ "cfg"
)
/*