mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-27 02:04:45 -07:00
goimports
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user