コード例 #1
0
ファイル: main.go プロジェクト: hilerchyn/goIPP
func main() {
	var c ipp.CupsServer
	c.SetServer("192.168.1.8")
	c.GetPrinterAttributes()

}