I'd thinked in to use os.DevNull but would be valid for Windows too?null, err := os.Open(os.DevNull)
Is there any way to create a null logger which been valid for Windows too? I mean a logger that really doesn't writesI'd thinked in to use os.DevNull but would be valid for Windows too?