Skip to content

Commit 002ce4d

Browse files
committed
chore: remove stale FIXMEs
1 parent df06398 commit 002ce4d

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

generator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package jsonstruct
22

3-
// FIXME move sub-structs to top level
4-
53
import (
64
"bytes"
75
"encoding/json"

value.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import (
1010
"github.com/fatih/structtag"
1111
)
1212

13-
// FIXME extract sub-structs
14-
1513
// An value describes an observed value.
1614
type value struct {
1715
observations int

0 commit comments

Comments
 (0)