Fix name.

This commit is contained in:
David Newhall II 2019-01-24 00:01:13 -08:00
parent bb40ca6b9a
commit 127082affa
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"strconv" "strconv"

View File

@ -1,4 +1,4 @@
package unidev package unifi
// UCL defines all the data a connected-network client contains. // UCL defines all the data a connected-network client contains.
type UCL struct { type UCL struct {

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"strconv" "strconv"

View File

@ -1,4 +1,4 @@
package unidev package unifi
// UAP is a Unifi Access Point. // UAP is a Unifi Access Point.
type UAP struct { type UAP struct {

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"encoding/json" "encoding/json"

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"encoding/json" "encoding/json"

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"strconv" "strconv"

View File

@ -1,4 +1,4 @@
package unidev package unifi
import "encoding/json" import "encoding/json"

View File

@ -1,4 +1,4 @@
package unidev package unifi
import ( import (
"strconv" "strconv"

View File

@ -1,4 +1,4 @@
package unidev package unifi
// USW is a Unifi Switch // USW is a Unifi Switch
type USW struct { type USW struct {