github.com/puellanivis/breton@v0.2.16/lib/os/user/README.md (about) 1 # Why? 2 3 The internal golang "os/user" library will try a domain lookup, to fill in some user information, even if cached information is available. 4 5 Depending on response rates, this can add minutes to execution time at start up, because glog looks up the user name, which with the default library, fills in all user information, even though all it needs is the username.