From b32d16925f81a32c39e9beddbb30c8c6a9712294 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Tue, 2 Feb 2021 12:10:53 +0200 Subject: [PATCH] remove: duplicate last line from predeclared types (#63) --- 09-go-type-system/03-predeclared-types/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/09-go-type-system/03-predeclared-types/main.go b/09-go-type-system/03-predeclared-types/main.go index 105a4b9..7ac6cd1 100644 --- a/09-go-type-system/03-predeclared-types/main.go +++ b/09-go-type-system/03-predeclared-types/main.go @@ -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") }