diff --git a/cmd/ohlc/main.go b/cmd/ohlc/main.go index 83e5e18..32ce9be 100644 --- a/cmd/ohlc/main.go +++ b/cmd/ohlc/main.go @@ -2,10 +2,8 @@ package main import ( "git.wow.st/gmp/ohlc" - "encoding/json" "fmt" "os" - "time" ) func main() {