Skip to content

golangconcept/interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

What is an interface?

In Go, an interface is set of method signatures. When a type provides definition for all the methods in the interface, it is said to implement the interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages