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