File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515 "github.com/gobuffalo/packr"
1616 "github.com/skratchdot/open-golang/open"
1717
18- "github.com/KirkMcDonald/factorio-go /factorioload"
18+ "github.com/KirkMcDonald/factorio-tools /factorioload"
1919)
2020
2121var httpAddr = flag .String ("http-addr" , "localhost:8000" , "Address on which to serve calculator." )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414 "github.com/gobuffalo/packr"
1515
16- "github.com/KirkMcDonald/factorio-go /factorioload"
16+ "github.com/KirkMcDonald/factorio-tools /factorioload"
1717)
1818
1919var calcDir = flag .String ("calcdir" , "." , "Calculator development directory." )
Original file line number Diff line number Diff line change 1- module github.com/KirkMcDonald/factorio-go
1+ module github.com/KirkMcDonald/factorio-tools
22
33require (
44 github.com/KirkMcDonald/golua v0.0.0-20181010233838-abfdbd2f7910
You can’t perform that action at this time.
0 commit comments