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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user