Skip to content

Commit

Permalink
Added Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gandhi-jay committed Dec 6, 2017
1 parent 595fcfa commit 3e85a17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go_stephen_grider/code/09_interface/with_interface/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ func (gujaratiBot) getGreeting() string {
func printGreeting(b bot) {
fmt.Println(b.getGreeting())
}

// Concrete Type
// map
// struct
// int
// string
// englishBot

// Interface Type
// bot

0 comments on commit 3e85a17

Please sign in to comment.