let gofmt reformat imports

This commit is contained in:
Barna Csorogi 2018-04-06 12:35:41 +08:00
parent eb0b8469a9
commit fa9a01f4fe
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@ package main
import (
"flag"
"fmt"
"github.com/barnacs/compy/proxy"
tc "github.com/barnacs/compy/transcoder"
"log"
"os"
"os/signal"
"sync/atomic"
"github.com/barnacs/compy/proxy"
tc "github.com/barnacs/compy/transcoder"
)
var (