I have two files main.go which is under package main, and another file with some functions in the package called functions.
main.go
package main
My question is:
Export function getValue by making 1st character of function name capital, GetValue