| Thanks for your reply. Vladimir Mihailenco (on the appengine-go group) Suggested that I use : I did not use goweb, but in general you should be able to use http.DefaultServeMux: https://gist.github.com/3742087 |
Test Entered
GOWEB CREATE
json: Unmarshal(non-pointer pcg_lib.Panchangam)
PASS
for the following code
func (cr *MyPanchangamRessourceControl) Create(cx *goweb.Context) {
fmt.Printf("GOWEB CREATE\n")
var data = Panchangam{}
err := cx.Fill(data)
fmt.Printf(err.Error() + "\n")\
I have tried all combination on the data declaration, but to no avail.