added README file, fixed description

This commit is contained in:
Nils Stinnesbeck 2023-03-26 07:40:04 +00:00
parent b483e92d2d
commit 704670f604
Signed by: nils
GPG Key ID: 9AEBF097A4042590
2 changed files with 4 additions and 2 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# netboxapi
This package provides custom functions for the default go-netbox package, it mostly handles pagination right now

View File

@ -1,5 +1,5 @@
// Package netboxapi provides custom functions for the default go-netbox package
// it mostly handles pagination
// Package netboxapi provides custom functions for the default
// go-netbox package. It mostly handles pagination.
package netboxapi
import (