fmt all go file
This commit is contained in:
@ -1,18 +1,17 @@
|
||||
package info
|
||||
|
||||
import (
|
||||
)
|
||||
import ()
|
||||
|
||||
// controller ajax返回
|
||||
type Re struct {
|
||||
Ok bool
|
||||
Ok bool
|
||||
Code int
|
||||
Msg string
|
||||
Id string
|
||||
Msg string
|
||||
Id string
|
||||
List interface{}
|
||||
Item interface{}
|
||||
}
|
||||
|
||||
func NewRe() Re {
|
||||
return Re{Ok: false}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user