All Questions
1 question with no upvoted or accepted answers
0
votes
0
answers
185
views
What is considered as best practice for defining common types in golang?
We have set of common types (mostly structs, scalars, string IDs) that are used across different packages in a project written in Golang. Currently we define them in a package named "models" ...