diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4e3f7c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# netboxapi +This package provides custom functions for the default go-netbox package, it mostly handles pagination right now diff --git a/main.go b/main.go index 73302dc..e60ba5c 100644 --- a/main.go +++ b/main.go @@ -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 (