/go-interfaces

Go Interfaces

Primary LanguageGo

Go Interfaces

type bot interface {
	getGreeting() string
}

A few noter

Intereface declaration Intereface Information Intereface vs structs