Go code to get the shell of the current user

This commit is contained in:
Kovid Goyal
2023-06-25 13:12:35 +05:30
parent 5446aa9ccb
commit 51aaea03bf
4 changed files with 3873 additions and 0 deletions

1
go.mod
View File

@@ -16,6 +16,7 @@ require (
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/image v0.8.0
golang.org/x/sys v0.9.0
howett.net/plist v1.0.0
)
require (