diff options
Diffstat (limited to 'ui.go')
| -rw-r--r-- | ui.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 { |