Revert flag.Parse() addition
parent
9b2ce99723
commit
6f93e3fa9c
|
|
@ -17,7 +17,6 @@ limitations under the License.
|
|||
package main
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"log"
|
||||
"os"
|
||||
|
||||
|
|
@ -25,8 +24,6 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
|
||||
if err := gvisor.Enable(); err != nil {
|
||||
log.Print(err)
|
||||
os.Exit(1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue