You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
Hi, there. I think it would be helpful to have a BUILD or otherwise file that could allow folks who are new to go a quick-start on how to build this. Ex. check version is at least X, watch out for Y (like package internal), etc.
The text was updated successfully, but these errors were encountered:
Thanks for creating this @adriancole -- and I apologize for the (severely) late response here. I'm not sure how I missed this.
I completely agree with what you are saying w.r.t. a getting started guide for users who aren't familiar with Go. That being said, it's hard for me to identify the issues here as I'm already so familiar with it myself. Would these instructions have helped you? Anything else that can be improved?
I would just add one more important (and easy to miss) point there, Go requires you to set one environment variable, the location of a home for all your Go code. You need to ensure your GOPATH is set, as documented at https://golang.org/doc/code.html#GOPATH.
Ok so golang basics are covered. Could you also explain in more detail how to setup the influxdb datastore in a standard cloud environment?
Also, an example walktrough through the configuration, including configuration and scaling guide (based on your experience at sourcegraph) for each individual service would be very helpful.
Hi, there. I think it would be helpful to have a BUILD or otherwise file that could allow folks who are new to go a quick-start on how to build this. Ex. check version is at least X, watch out for Y (like package internal), etc.
The text was updated successfully, but these errors were encountered: