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
|
||||
|
||||
import (
|
||||
"github.com/chihaya/chihaya"
|
||||
)
|
||||
import "github.com/chihaya/chihaya"
|
||||
|
||||
func main() {
|
||||
chihaya.Boot()
|
||||
|
|
|
@ -4,9 +4,7 @@
|
|||
|
||||
package models
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
import "testing"
|
||||
|
||||
type PeerClientPair struct {
|
||||
announce Announce
|
||||
|
|
Loading…
Reference in a new issue