Answer Posted / Mujeeb Ur Rehmaan
"In Go programming language, a package is a named collection of Go source files (.go) that are intended to be imported and used together as a unit of modularity. Every Go program consists of one or more packages. Packages provide a way to organize code into reusable modules. Each source file must belong to exactly one package, which is defined by the package declaration at the top of each file."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category