mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Code maintenance: OS user abstraction interface
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package user
|
||||
|
||||
import osuser "os/user"
|
||||
|
||||
// Aliases used for convenience so "os/user" does not have to be imported
|
||||
|
||||
type User osuser.User
|
||||
Reference in New Issue
Block a user