What does the '.' (dot or period) in a Go import statement do?

In the Go tutorial, and most of the Go code I've looked at, packages are imported like this: import ( "fmt" "os" "launchpad.net/lpad" ... ) But in http://bazaar.launchpad.net/~nie...