Remove all json tags, simply not needed
This commit is contained in:
parent
075a502103
commit
c94ac68f44
8 changed files with 37 additions and 37 deletions
|
@ -8,8 +8,8 @@ import (
|
|||
|
||||
// Vector desribes a 3D vector
|
||||
type Vector struct {
|
||||
X int `json:"x"`
|
||||
Y int `json:"y"`
|
||||
X int
|
||||
Y int
|
||||
}
|
||||
|
||||
// Add adds one vector to another
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue