Ali, that demo doesn't run given there's no http environment in the
playground.  I assume this issue is not HTTP specific.

Something more like this (obviously change your data where it doesn't parse
what you want):
https://play.golang.org/p/RACYspxInyA

Also, please don't store or recreate password schemes.  If you must, at
least use https://godoc.org/golang.org/x/crypto/bcrypt

On Tue, Apr 28, 2020 at 12:34 PM Ali Hassan <alidevelope...@gmail.com>
wrote:

> https://play.golang.org/p/cRBdSyGcGfp
> Demo Version
>
> On Tuesday, April 28, 2020 at 1:53:38 PM UTC+5, Ali Hassan wrote:
>>
>> [image: Capture.JPG]
>>
>> Data : TYPE OF Json
>>
>>
>>
>> var member Member // struct where json
>> data, err :=json.Marshall(member); if err != nil{ fmt.Printf("Error %s",
>> err)}
>> fmt.Printf("Data", data)
>>
>> err = json.NewDecoder(request.Body).Decode(&member); if err != nil {fmt.
>> Printf("Error %s",err) // this is print "EOF"}
>>
>> unexpected non whitespaceing json parse data 1 to  colummn 28
>>
>>
>>
>> --
> 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/1cedee73-bbe3-471a-a3ea-927735b85cbd%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/1cedee73-bbe3-471a-a3ea-927735b85cbd%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAD53Lr4s1HRtFNk%3D6q9KK5br-A%3DqGBre7KMMVCOzZpGXQh2Z3g%40mail.gmail.com.

Reply via email to