Skip to content

Commit b41062e

Browse files
added comment
1 parent f727acc commit b41062e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/exercises/solutions/03_variables/variables.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package variables
22

3+
// MakePerson returns two variables (name and age) initialized in function scope
34
func MakePerson() (string, int) {
45
// Use short variable declarations
56
name := "Gopher"

0 commit comments

Comments
 (0)