From db183cf7570e0f4e448ab5ced0ae41969261a815 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 8 Jan 2024 21:43:17 -0330 Subject: rename module --- ui.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui.go') diff --git a/ui.go b/ui.go index 67201c0..118069d 100644 --- a/ui.go +++ b/ui.go @@ -8,12 +8,12 @@ import ( "image/draw" "strconv" - "github.com/sam-anthony/volute/compressor" - "github.com/sam-anthony/volute/mass" - "github.com/sam-anthony/volute/pressure" - "github.com/sam-anthony/volute/temperature" - "github.com/sam-anthony/volute/util" - "github.com/sam-anthony/volute/volume" + "volute/compressor" + "volute/mass" + "volute/pressure" + "volute/temperature" + "volute/util" + "volute/volume" ) func red() color.RGBA { -- cgit v1.2.3