We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbee8c commit ab2f82dCopy full SHA for ab2f82d
go/node/types/v1beta3/attribute.go
@@ -8,6 +8,8 @@ import (
8
"sort"
9
"strconv"
10
"strings"
11
+
12
+ yaml "gopkg.in/yaml.v3"
13
)
14
15
const (
0 commit comments