github.com/ld86/docker@v1.7.1-rc3/daemon/logdrivers_windows.go (about) 1 package daemon 2 3 // Importing packages here only to make sure their init gets called and 4 // therefore they register themselves to the logdriver factory. 5 import ( 6 _ "github.com/docker/docker/daemon/logger/jsonfilelog" 7 )