Closed tamird closed 8 years ago
package main import "os" func main() { file, err := os.Open("notafile") err = file.Close() }
Currently passes go-nyet, which it probably should not - not checking errors is Bad.
go-nyet
Currently passes
go-nyet
, which it probably should not - not checking errors is Bad.