An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

AtomicGo | isadmin


Downloads


Latest Release


Tests


Coverage


Unit test count


License: MIT



Go report

---


Documentation
|
Contributing
|
Code of Conduct

---


AtomicGo


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>)


## func [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)