Пример #1
0
func main() {
	var c ipp.CupsServer
	c.SetServer("http://www.google.com")
	c.GetPrinters()
	fmt.Println("hi")
}