SRE vs DevOpsThe experts who coined both these terms describe SRE and DevOps as — “Class SRE implements DevOps”.Dec 6, 2023Dec 6, 2023
Vendoring with DepDep is a dependency management tool, it helps in maintaining package dependencies and shipping the code with ease.Feb 17, 2020Feb 17, 2020
Setup golang workspace and configure GOPATHUse `go env GOPATH` to check the current GOPATH, it usually defaults to $HOME/go. It is fine to get started adding codebase in $GOPATH/src…Jan 31, 20191Jan 31, 20191