Merge pull request #235 from lunny/lunny/golint_modules_user

golint fixed for modules/user
tokarchuk/v1.17
Thomas Boerger 8 years ago committed by GitHub
commit 2ccdcda072
  1. 1
      modules/user/user.go

@ -6,6 +6,7 @@ package user
import "os"
// CurrentUsername return current login OS user name
func CurrentUsername() string {
curUserName := os.Getenv("USER")
if len(curUserName) > 0 {

Loading…
Cancel
Save