Lo.
This commit is contained in:
parent
a10a3eb619
commit
f554667faa
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ package nbclient
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/pkg/errors"
|
||||
"net/http"
|
||||
"time"
|
||||
|
@ -104,5 +105,5 @@ func (i *Dcim_Interfaces_Create) CreateInterface(n *NetBox) error {
|
|||
} else {
|
||||
return errors.Errorf("Response was: %d\n", response.StatusCode)
|
||||
}
|
||||
return nil
|
||||
fmt.Println(response.Body)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue