예제 #1
0
파일: main.go 프로젝트: hilerchyn/ipp.go
func main() {
	var c ipp.CupsServer
	c.SetServer("http://www.google.com")
	c.GetPrinters()
	fmt.Println("hi")
}
예제 #2
0
파일: main.go 프로젝트: hilerchyn/goIPP
func main() {
	var c ipp.CupsServer
	c.SetServer("192.168.1.8")
	c.GetPrinterAttributes()

}