DEV Community

Discussion on: function Undefined in go

Collapse
 
epavanello profile image
Emanuele Pavanello

Register is a method.
You need to call it by s.register()
And register doesn’t return anything.

Collapse
 
debbiswasgit profile image
debbiswas

Many many thanks Emanuele it helped...Sorry guys for a simple question.. please bear with me am a Novice..:(