How to change the date/time format of Go's log package

When using the log package, Go outputs something like 2009/11/10 23:00:00 Hello, world How can I change the date and time format to something like dd.mm.yyy hh:mm:ss? Example (playground link):