文件名称:nipolib:Nipo Lib
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-21 09:01:27
Go
转到nipo库。 样本 package main import ( "nipo" "fmt" ) func main() { config := nipo.CreateConfig("TOKEN", "IP of SERVER", "PORT") SetResult,Setok := nipo.Set(config, "KEY", "VALUE") if !Setok { fmt.Println("Error at set") } else { fmt.Println("Set OK") fmt.Println(SetResult) } GetResult,Getok := nipo.get(config, "KEY") if !Getok { fmt.Pri
【文件预览】:
nipolib-master
----README.md(623B)
----socket.go(928B)
----nipo.go(3KB)