Skip to content

Commit

Permalink
remove: duplicate last line from predeclared types (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
firasuke committed Feb 2, 2021
1 parent 4f99176 commit b32d169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 09-go-type-system/03-predeclared-types/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ func main() {

fmt.Println("hello :", len("hello")+8, "bytes")
fmt.Println("hi :", len("hi")+8, "bytes")
fmt.Println("hi :", len("hi")+8, "bytes")
}

0 comments on commit b32d169

Please sign in to comment.