goimports
This commit is contained in:
parent
200bf30db3
commit
941de3d12e
2 changed files with 2 additions and 6 deletions
|
@ -4,9 +4,7 @@
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import "github.com/chihaya/chihaya"
|
||||||
"github.com/chihaya/chihaya"
|
|
||||||
)
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
chihaya.Boot()
|
chihaya.Boot()
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
|
|
||||||
package models
|
package models
|
||||||
|
|
||||||
import (
|
import "testing"
|
||||||
"testing"
|
|
||||||
)
|
|
||||||
|
|
||||||
type PeerClientPair struct {
|
type PeerClientPair struct {
|
||||||
announce Announce
|
announce Announce
|
||||||
|
|
Loading…
Reference in a new issue