CATEGORY

GOLANG Solutions

How to import private Github Repos in GO? [SOLVED]

Creating libs and sharing them among applications is one strategy to shorten the time needed to develop a new project and make your team's work easier. Each

By tuannguyen · 4 min read · GOLANG Solutions

How to set default values in GO structs? [SOLVED]

There are multiple ways to set default values in go struct. We have explored some of the possible ways such as using an init function, using a separate …

By tuannguyen · 3 min read · GOLANG Solutions