namespace_unsupported.go 133 B

12345678
  1. // +build !linux
  2. package sandbox
  3. // GC triggers garbage collection of namespace path right away
  4. // and waits for it.
  5. func GC() {
  6. }