mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-23 16:41:30 +00:00
let gofmt reformat imports
This commit is contained in:
parent
eb0b8469a9
commit
fa9a01f4fe
5
compy.go
5
compy.go
|
@ -3,12 +3,13 @@ package main
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/barnacs/compy/proxy"
|
|
||||||
tc "github.com/barnacs/compy/transcoder"
|
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
|
|
||||||
|
"github.com/barnacs/compy/proxy"
|
||||||
|
tc "github.com/barnacs/compy/transcoder"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue