directory
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev

# Packages

Sample program to show how to access an exported identifier.
Sample program to show how the program can't access an unexported identifier from another package.
Sample program to show how the program can access a value of an unexported identifier from another package.
Sample program to show how unexported fields from an exported struct type can't be accessed directly.
Sample program to show how to create values from exported types with embedded unexported types.
No description provided by the author