INNER CODE UNIT · Go

fatal

sklinkert/at · cmd/at-ig/main.go:29

func fatal(msg string, err error) {
	slog.Error(msg, "error", err)
	os.Exit(1)
}

// Example setup for IG.com broker

// GitRev is injected by compiler by -X main.Version=$(VERSION)
var GitRev string

var conf struct {
	importHistDataCSVFiles []string
	broker                 string
	gatherPerformanceData  bool
	instrument             string
	debug                  bool
	dbHost                 string
	dbUser                 string

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…