Po Bear
Results
2
issues of
Po Bear
``` // Logger represents a logging collector. You can pass a logging collector to // gosql.SetLogger(myCollector) to make it collect QueryStatus messages // after executing a query. type Logger interface...
The RuntimePath directory is erased and recreated at each Start(). In func (ep *EmbeddedPostgres) Start(): ```go if err := os.RemoveAll(ep.config.runtimePath); err != nil { return fmt.Errorf("unable to clean up runtime...