* Adds Account CRUD API * Enahnces `emptyStringInt` with a predicate for dynamically setting which value should be interpreted as a blank JSON payload
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module github.com/paultyng/go-unifi
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
|
|
github.com/tj/assert v0.0.3
|
|
)
|