Example #1
0
File: webkit.go Project: zackb/code
func wmain() {
	webkit.InitWebKit()
	str := webkit.RenderHtml(HTML_STRING_2, "http://google.com/")
	fmt.Printf("HERERERERE\n")
	fmt.Printf("%s\n", str)
}
Example #2
0
File: webkit.go Project: zackb/code
func doGrab(w http.ResponseWriter, req *http.Request) {
	fmt.Printf("Got Html: %s\n", webkit.RenderHtml(HTML_STRING_2, "."))
}