From 5a1fd8f130a42e37d263e53723966953cd813da6 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 29 Oct 2023 22:01:19 +0900 Subject: [PATCH] updated the module name in go.mod --- go.mod | 4 ++-- main.go | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e154a28..dbf7042 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module hcl +module code.miflux.com/hyung-hwan/hcl go 1.20 -require cfg v0.0.0 \ No newline at end of file +require cfg v0.0.0 diff --git a/main.go b/main.go index 920722a..a1dafb2 100644 --- a/main.go +++ b/main.go @@ -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" ) /*