<p>Hi guys.<br/>
I have some experience in Go but I haven't coded in it for a while. I have to build a very simple web server/service that has very simple functionality: register user, search for users and connect with users.<br/>
How would you guys go about to starting something like this? Can you recommend any libraries or something to help me get started?<br/>
Much appreciated! :)</p>
<hr/>**评论:**<br/><br/>ecmdome: <pre><p>There are a ton of example projects out there.</p>
<p>There is no go-to framework for Go(and i personally think that's a wonderful thing)
Just a quick search in the subredit brought up some small example projects.
This one looked easy enough to read so i figured i'd share it. Not sure how good it is, but surely it's a start.</p>
<p><a href="https://github.com/dadamssg/starterapp" rel="nofollow">https://github.com/dadamssg/starterapp</a></p></pre>