Skip to content

Commit

Permalink
docs: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 1, 2022
1 parent 2e5ade2 commit c85b5ba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
31 changes: 25 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<p align="center">
<strong><a href="#install">Get The Module</a></strong>
|
<strong><a href="https://pkg.go.dev/github.com/atomicgo/isadmin#section-documentation" target="_blank">Documentation</a></strong>
<strong><a href="https://pkg.go.dev/atomicgo.dev/isadmin#section-documentation" target="_blank">Documentation</a></strong>
|
<strong><a href="https://github.com/atomicgo/atomicgo/blob/main/CONTRIBUTING.md" target="_blank">Contributing</a></strong>
|
Expand All @@ -57,14 +57,33 @@ Example description: https://golang.org/src/encoding/gob/doc.go

## Install

```console
# Execute this command inside your project
go get -u github.com/atomicgo/isadmin
```
<p align="center">
<table>
<tbody>
<td align="center">
<img width="2000" height="0"><br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<img width="2000" height="0">
</td>
</tbody>
</table>
</p>
<h3 align="center"><pre>go get atomicgo.dev/isadmin</pre></h3>
<p align="center">
<table>
<tbody>
<td align="center">
<img width="2000" height="0"><br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<img width="2000" height="0">
</td>
</tbody>
</table>
</p>

```go
// Add this to your imports
import "github.com/atomicgo/isadmin"
import "atomicgo.dev/isadmin"
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions isadmin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows

package isadmin
Expand Down

0 comments on commit c85b5ba

Please sign in to comment.