mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
Move all server and controller packages into top-level
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package mgo_test
|
||||
|
||||
func stop(pid int) (err error) {
|
||||
panicOnWindows() // Always does.
|
||||
return nil
|
||||
}
|
||||
|
||||
func cont(pid int) (err error) {
|
||||
panicOnWindows() // Always does.
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user