mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-23 09:30:50 +00:00
Add tests for CurrentUsername() (#88)
This commit is contained in:
parent
1cb5b0e2f6
commit
d318f612a9
2 changed files with 23 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
|||
|
||||
package user
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
import "os"
|
||||
|
||||
func CurrentUsername() string {
|
||||
curUserName := os.Getenv("USER")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue