- Go 1.13.8
go run main.go blog.go
# &{[]}
# &{[{My first Blog post Today, we will be talking about blogging}]}
# Test with verbose flag
go test -v
go run main.go blog.go
# &{[]}
# &{[{My first Blog post Today, we will be talking about blogging}]}
# Test with verbose flag
go test -v