func main() { var c ipp.CupsServer c.SetServer("http://www.google.com") c.GetPrinters() fmt.Println("hi") }
func main() { var c ipp.CupsServer c.SetServer("192.168.1.8") c.GetPrinterAttributes() }