8 lines
95 B
Go
8 lines
95 B
Go
//go:build !remote
|
|
|
|
package libpod
|
|
|
|
func (r *Runtime) stopPauseProcess() error {
|
|
return nil
|
|
}
|