https://github.com/atomicgo/isadmin
๐งโ๐ผ Golang module to check if your program has administrative privileges.
https://github.com/atomicgo/isadmin
admin atomicgo go golang golang-library root
Last synced: about 2 months ago
JSON representation
๐งโ๐ผ Golang module to check if your program has administrative privileges.
- Host: GitHub
- URL: https://github.com/atomicgo/isadmin
- Owner: atomicgo
- License: mit
- Created: 2021-05-17T11:38:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:04:22.000Z (11 months ago)
- Last Synced: 2025-03-10T10:05:30.997Z (4 months ago)
- Topics: admin, atomicgo, go, golang, golang-library, root
- Language: Makefile
- Homepage: https://atomicgo.dev
- Size: 49.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
AtomicGo | isadmin
---
Documentation
|
Contributing
|
Code of Conduct---
![]()
go get atomicgo.dev/isadmin
# isadmin
```go
import "atomicgo.dev/isadmin"
```Package isadmin provides a simple way to check if the program has administrative privileges.
## Index
- [func Check\(\) bool](<#Check>)
```go
func Check() bool
```Check if the program has administrative privileges.
Generated by [gomarkdoc]()
---
> [AtomicGo.dev](https://atomicgo.dev) ย ยทย
> with โค๏ธ by [@MarvinJWendt](https://github.com/MarvinJWendt) |
> [MarvinJWendt.com](https://marvinjwendt.com)