Could you share the whole output from building?
On Tue, Apr 14, 2020 at 2:53 PM Ali Hassan wrote:
> dec :=json.NewDecoder(request.Body)//ok
> var visitor db.Visitor
> err := dec.Decode(&visitor);if err!= nil{ print("error", err) // throw
> this error } println("data:", visitor.Id)
>
> When I
On Tue, Apr 14, 2020 at 7:54 AM Ali Hassan wrote:
>
> dec :=json.NewDecoder(request.Body)//ok
> var visitor db.Visitor
> err := dec.Decode(&visitor);if err!= nil{ print("error", err) // throw this
> error } println("data:", visitor.Id)
>
> When I compile my code it throw error like this 0xc54f
dec :=json.NewDecoder(request.Body)//ok
var visitor db.Visitor
err := dec.Decode(&visitor);if err!= nil{ print("error", err) // throw
this error } println("data:", visitor.Id)
When I compile my code it throw error like this 0xc54f40 , 0xc32070.
Please help me
--
You received this messa