Skip to content

Commit

Permalink
Data Structures with Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamd J Alanbaki committed Apr 15, 2022
1 parent a2e65ec commit 68da299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface-empty.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ func main() {

you := person{}
you.info = "Your Name"
fmt.Println(you.info)
}

0 comments on commit 68da299

Please sign in to comment.