Ich sehe viel Code in Go, um Null zu erkennen, wie folgt: if err != nil { // handle the error } Ich habe jedoch eine Struktur wie diese: type Config struct { host string port float64 } und config ist eine Instanz von Config, wenn ich Folgendes tue: if config == nil { } Es liegt ein...