Fix import: remove pkg syscall

This commit is contained in:
Yufan Lou 2016-05-06 04:53:46 +08:00
parent e9702239da
commit c05b306cf6
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package main
import (
"fmt"
"os"
"syscall"
"github.com/boltdb/bolt"
"github.com/nsf/termbox-go"