I have test that use GOOS=linux GOARCH=amd64 can be compiled successful in
MacOS.
But I encounter problem when interfere with the github.com/mattn/go-sqlite3
which need cgo, so I enable the CGO_ENABLED=1
This is where is the error happen, the error message as bellow, how can I
fix it, thanks.
Thanks, that's solve my problem.
在 2018年9月12日星期三 UTC+8下午2:52:20,Volker Dobler写道:
>
> On Wednesday, 12 September 2018 06:28:12 UTC+2, Weeds Qian wrote:
>>
>> What did you expect to see?
>>
>> the cookie in response
>> What did you
12日星期三 UTC+8下午2:52:20,Volker Dobler写道:
>
> On Wednesday, 12 September 2018 06:28:12 UTC+2, Weeds Qian wrote:
>>
>> What did you expect to see?
>>
>> the cookie in response
>> What did you see instead?
>>
>> no cookie in response
>
go version go1.10.3 linux/amd64
*What did you do?*
Simply do http POST request, I want to login with http client to the server
https://github.com/qianguozheng/goadmin.git, but it not work out.
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link o