Q&A
Ask and answer questions to make information more available to wider audiences.
Lucas Cestare @lucascastare   06, Jun 2023 12:00 AM
Golang workspace
What is Golang workspace?
answers 1
 
Answer 1
Samantha Jeanes @jeanessamantha   12, Jun 2023 06:03 PM
The workspace of Golang includes three directories as its roots, workspace carries Go code, the three root directories are:
1. “Src” the source file regulated into packages 
2. “Pkg” package objects are stored in the directory
3. “Bin” contains executable commands