Could you share the whole output from building?

On Tue, Apr 14, 2020 at 2:53 PM Ali Hassan <alidevelope...@gmail.com> 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 0xc54f40 , 0xc000032070.
> Please help me
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e724c659-e523-4ff5-b0df-ce0b4fd42773%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/e724c659-e523-4ff5-b0df-ce0b4fd42773%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
BR,
Michał Łowicki

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAKu9hcdSZ0L2o4sThA-VZMZLYevgofkb4d5sHAbXv3CdQMN_6Q%40mail.gmail.com.

Reply via email to