From db183cf7570e0f4e448ab5ced0ae41969261a815 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 8 Jan 2024 21:43:17 -0330 Subject: rename module --- util/util.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/util.go b/util/util.go index 5812ee1..b0eae51 100644 --- a/util/util.go +++ b/util/util.go @@ -4,9 +4,9 @@ import ( "fmt" "os" - "github.com/sam-anthony/volute/mass" - "github.com/sam-anthony/volute/pressure" - "github.com/sam-anthony/volute/temperature" + "volute/mass" + "volute/pressure" + "volute/temperature" ) func Check(err error) { -- cgit v1.2.3