go fmt
This commit is contained in:
@ -30,7 +30,7 @@ const (
|
||||
Hat
|
||||
)
|
||||
|
||||
//DefaultSettings are the default settings of client
|
||||
// DefaultSettings are the default settings of client
|
||||
var DefaultSettings = Settings{
|
||||
Locale: "zh_CN", // ^_^
|
||||
ViewDistance: 15,
|
||||
|
@ -37,7 +37,7 @@ func NewClient() *Client {
|
||||
}
|
||||
}
|
||||
|
||||
//Position is a 3D vector.
|
||||
// Position is a 3D vector.
|
||||
type Position struct {
|
||||
X, Y, Z int
|
||||
}
|
||||
|
Reference in New Issue
Block a user