[go-nuts] Functional tests for project based on fasthttp

2016-09-28 Thread Dmitriy Suhinin
In my project I'm using valyala/fasthttp to serve HTTP requests. I'm almost finish project and now want to write functional tests to test all project endpoints and be sure that everything works fine and without problems. Could someone know how to do that in case of valyala/fasthttp? I know that

[go-nuts] Have some troubles with connection of delve + Visual Studio Code under my Mac

2016-08-12 Thread Dmitriy Suhinin
I can't run debug mode under Visual Studio Code. Everything seems configure well, but no answer from the delve. I can run Debug and I can see that delve process ruined, but no activity under Visual Studio Code. Can someone help with that? -- You received this message because you are subscribe

[go-nuts] Re: Have some troubles with connection of delve + Visual Studio Code under my Mac

2016-08-13 Thread Dmitriy Suhinin
Problem seems to solved. Who interested in that check please my happy path - https://github.com/Microsoft/vscode-go/issues/429#issuecomment-239611053 пятница, 12 августа 2016 г., 22:32:32 UTC+3 пользователь Dmitriy Suhinin написал: > > I can't run debug mode under Visual

[go-nuts] How to reset Mongo filed with type bson.ObjectId

2017-03-08 Thread Dmitriy Suhinin
I have next field DefaultAccountID bson.ObjectId `bson:"default_account_id"` Sometimes I have a case when I need to save inside this files valid ObjectId but from the other side I need to reset this field to the empty value or just remove it or something like this. If I specify emitempty prope