mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
add vendor
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