Best logging framework for AWS Lambda functions written in GO

Which is the best framework for logging which can be used for lambda functions written in GO?

I use the built in logger from the Go SDK. I figure the fewer libraries and frameworks I import the better in the lambda world.