Cannot refer to unexported name raiFile.readFile

Hi , i created my library (github.com/raifpy/Go)
But i can’t understand why i get this error .

library url : https://github.com/raifpy/Go/blob/master/raiFile/raiFile.go

That’s a function that is not exported from the package. Only uppercase named functions are exported and available for public use.

Thank you very very much …
You can close title

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.