About interfaces:
Is constructed as follows: my_interface interface{...}
Is constructed as follows: interface Imy_interface {...}
By convention, the name of an interface begins with a capital I: Imy_Interface
Has definitions and implementations of specific methods