mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Move all server and controller packages into top-level
This commit is contained in:
+5
-1
@@ -27,7 +27,11 @@ import (
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func (s *TestSuite) TestLogger(c *C) {
|
||||
type LoggerSuite struct{}
|
||||
|
||||
var _ = Suite(&LoggerSuite{})
|
||||
|
||||
func (s *LoggerSuite) TestLogger(c *C) {
|
||||
var buffer bytes.Buffer
|
||||
var fields logrus.Fields
|
||||
log.Out = &buffer
|
||||
|
||||
Reference in New Issue
Block a user