Categorygithub.com/mattiariola/go_tutorial
modulepackage
0.0.0-20210823091410-affeb4d442da
Repository: https://github.com/mattiariola/go_tutorial.git
Documentation: pkg.go.dev

# README

Golang Tutorial exercises

This is a simple project that I use to learn golang

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

Circle is : radius and center to represent a circle.
Point is : x and y are the coordinates, name is the name of the pointer.
Rectangle is : height and width.
No description provided by the author

# Interfaces

Shape has area.