directory
0.0.0-20180609171605-d41341d7d4ee
Repository: https://github.com/engineerkamesh/gofullstack.git
Documentation: pkg.go.dev

# Packages

Some examples of array declarations and showing how arrays are treated as values in Go.
An example of an empty interface, and some useful things we can do with it.
An example of building a map having keys representing nations, and values representing the respective nation's capital.
An example of a multidimensional array, a 3x4 matrix.
A demonstration program using the simpleshape package.
An example showing how to declare a slice and perform various operations using a slice.
An example of creating a new instance of a Social Media Post type.