aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-01-08 21:43:17 -0330
committerSam Anthony <sam@samanthony.xyz>2024-01-08 21:43:17 -0330
commitdb183cf7570e0f4e448ab5ced0ae41969261a815 (patch)
treebd66dd83c5ddeae358dee9e36fd1fec1452285a7 /main.go
parent831b77cbd5137355bf98844fec12519ba18ecd3f (diff)
downloadvolute-db183cf7570e0f4e448ab5ced0ae41969261a815.zip
rename module
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/main.go b/main.go
index 59801cc..491aa80 100644
--- a/main.go
+++ b/main.go
@@ -8,12 +8,12 @@ import (
_ "image/jpeg"
"os"
- "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"
)
const (