Skip to content

Commit

Permalink
Link directly to pkg.go.dev package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jul 12, 2022
1 parent 3bf0fe4 commit 3170604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the [Operations Guide](docs/operations-guide.md) for more details and usage

NanoDEP is also a Go library for accessing the Apple DEP APIs. There are two components to the Go library:

* The higher-level `godep` package implements Go methods and structures for talking to the individual DEP API endpoints.
* The lower-level `client` package implements primitives, helpers, and middleware for authenticating to the DEP API and managing sessions tokens.
* The higher-level [godep](https://pkg.go.dev/github.com/micromdm/nanodep/godep) package implements Go methods and structures for talking to the individual DEP API endpoints.
* The lower-level [client](https://pkg.go.dev/github.com/micromdm/nanodep/client) package implements primitives, helpers, and middleware for authenticating to the DEP API and managing sessions tokens.

See the [Go Reference documentation](https://pkg.go.dev/github.com/micromdm/nanodep) (or the Go source itself, of course) for details on these packages.

0 comments on commit 3170604

Please sign in to comment.