Add tests for CurrentUsername() (#88)

This commit is contained in:
Matthias Loibl 2016-11-06 09:47:25 +01:00 committed by Sandro Santilli
parent 1cb5b0e2f6
commit d318f612a9
2 changed files with 23 additions and 3 deletions

View file

@ -4,9 +4,7 @@
package user
import (
"os"
)
import "os"
func CurrentUsername() string {
curUserName := os.Getenv("USER")