We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df06398 commit 002ce4dCopy full SHA for 002ce4d
2 files changed
generator.go
@@ -1,7 +1,5 @@
1
package jsonstruct
2
3
-// FIXME move sub-structs to top level
4
-
5
import (
6
"bytes"
7
"encoding/json"
value.go
@@ -10,8 +10,6 @@ import (
10
"github.com/fatih/structtag"
11
)
12
13
-// FIXME extract sub-structs
14
15
// An value describes an observed value.
16
type value struct {
17
observations int
0 commit comments