0 votes
in GoLang by
What is workspace in Go?

1 Answer

0 votes
by

A workspace contains Go code. A workspace is a directory hierarchy with three directories at its root.

  • "src" directory contains GO source files organized into packages.
  • "pkg" directory contains package objects.
  • "bin" directory contains executable commands

Related questions

0 votes
asked Apr 27, 2023 in GoLang by Robin
0 votes
asked Aug 19, 2022 in GoLang by john ganales
0 votes
asked Aug 19, 2022 in GoLang by john ganales
...