feat(json2go): implement
This commit is contained in:
parent
4a2384ade8
commit
72dd68f25f
7 changed files with 141 additions and 1 deletions
2
spec/fixtures/json2go/interativly_input.go
vendored
Normal file
2
spec/fixtures/json2go/interativly_input.go
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
package main
|
||||
|
||||
5
spec/fixtures/json2go/interativly_output.go
vendored
Normal file
5
spec/fixtures/json2go/interativly_output.go
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
type AutoGenerated struct {
|
||||
Json bool `json:"json"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue