1- <h1 align =" center " >AtomicGo | template </h1 >
1+ <h1 align =" center " >AtomicGo | isadmin </h1 >
22
33<p align =" center " >
44
5- <a href =" https://github.com/atomicgo/template /releases " >
6- <img src =" https://img.shields.io/github/v/release/atomicgo/template ?style=flat-square " alt =" Latest Release " >
5+ <a href =" https://github.com/atomicgo/isadmin /releases " >
6+ <img src =" https://img.shields.io/github/v/release/atomicgo/isadmin ?style=flat-square " alt =" Latest Release " >
77</a >
88
9- <a href =" https://codecov.io/gh/atomicgo/template " target =" _blank " >
10- <img src =" https://img.shields.io/github/workflow/status/atomicgo/template /Go?label=tests&style=flat-square " alt =" Tests " >
9+ <a href =" https://codecov.io/gh/atomicgo/isadmin " target =" _blank " >
10+ <img src =" https://img.shields.io/github/workflow/status/atomicgo/isadmin /Go?label=tests&style=flat-square " alt =" Tests " >
1111</a >
1212
13- <a href =" https://codecov.io/gh/atomicgo/template " target =" _blank " >
14- <img src =" https://img.shields.io/codecov/c/gh/atomicgo/template ?color=magenta&logo=codecov&style=flat-square " alt =" Coverage " >
13+ <a href =" https://codecov.io/gh/atomicgo/isadmin " target =" _blank " >
14+ <img src =" https://img.shields.io/codecov/c/gh/atomicgo/isadmin ?color=magenta&logo=codecov&style=flat-square " alt =" Coverage " >
1515</a >
1616
17- <a href =" https://codecov.io/gh/atomicgo/template " >
18- <!-- unittestcount:start --> <img src =" https://img.shields.io/badge/Unit_Tests-1 -magenta?style=flat-square " alt =" Unit test count " ><!-- unittestcount:end -->
17+ <a href =" https://codecov.io/gh/atomicgo/isadmin " >
18+ <!-- unittestcount:start --> <img src =" https://img.shields.io/badge/Unit_Tests-0 -magenta?style=flat-square " alt =" Unit test count " ><!-- unittestcount:end -->
1919</a >
2020
21- <a href =" https://github.com/atomicgo/template /issues " >
22- <img src =" https://img.shields.io/github/issues/atomicgo/template .svg?style=flat-square " alt =" Issues " >
21+ <a href =" https://github.com/atomicgo/isadmin /issues " >
22+ <img src =" https://img.shields.io/github/issues/atomicgo/isadmin .svg?style=flat-square " alt =" Issues " >
2323</a >
2424
2525<a href =" https://opensource.org/licenses/MIT " target =" _blank " >
3333<p align =" center " >
3434<strong ><a href =" #install " >Get The Module</a ></strong >
3535|
36- <strong ><a href =" https://pkg.go.dev/github.com/atomicgo/template #section-documentation " target =" _blank " >Documentation</a ></strong >
36+ <strong ><a href =" https://pkg.go.dev/github.com/atomicgo/isadmin #section-documentation " target =" _blank " >Documentation</a ></strong >
3737|
3838<strong ><a href =" https://github.com/atomicgo/atomicgo/blob/main/CONTRIBUTING.md " target =" _blank " >Contributing</a ></strong >
3939|
@@ -59,22 +59,22 @@ Example description: https://golang.org/src/encoding/gob/doc.go
5959
6060``` console
6161# Execute this command inside your project
62- go get -u github.com/atomicgo/template
62+ go get -u github.com/atomicgo/isadmin
6363```
6464
6565``` go
6666// Add this to your imports
67- import " github.com/atomicgo/template "
67+ import " github.com/atomicgo/isadmin "
6868```
6969
7070## Usage
7171
72- #### func HelloWorld
72+ #### func Check
7373
7474``` go
75- func HelloWorld () string
75+ func Check () bool
7676```
77- HelloWorld returns `Hello, World!` .
77+ Check if the program has administrative privileges .
7878
7979---
8080
0 commit comments