ws and pruner done!!!
This commit is contained in:
parent
c5cc245e25
commit
74add408e6
34 changed files with 1455 additions and 221 deletions
|
@ -8,3 +8,18 @@ const (
|
|||
TR
|
||||
NSO
|
||||
)
|
||||
|
||||
// func (f Faction) UnmarshalJSON(b []byte) error {
|
||||
// switch b[0] {
|
||||
// case '1':
|
||||
// f = VS
|
||||
// case '2':
|
||||
// f = NC
|
||||
// case '3':
|
||||
// f = TR
|
||||
// case '4':
|
||||
// f = NSO
|
||||
// }
|
||||
|
||||
// return nil
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue