package main import "gitlab.home/root/bitrader/collector" func main() { k := collector.CreateKlineCollector("BTCUSDT", "1h") k.Wait() }