os/user: add bare-bones implementation of the os/user package

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2023-12-26 18:04:37 -06:00
committed by Ron Evans
parent 1d9c53d00e
commit cfc32794a7
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -244,6 +244,7 @@ func pathsToOverride(goMinor int, needsSyscallPackage bool) map[string]bool {
"net/": true,
"net/http/": false,
"os/": true,
"os/user/": false,
"reflect/": false,
"runtime/": false,
"sync/": true,