github.com/puellanivis/breton@v0.2.16/lib/glog/util.go (about)

     1  package glog
     2  
     3  import (
     4  	"github.com/puellanivis/breton/lib/os/process"
     5  )
     6  
     7  func init() {
     8  	process.AtExit(func() {
     9  		Flush()
    10  	})
    11  }