@@ -32,7 +32,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa
32
32
33
33
Dependency|Minimum Version
34
34
---|---
35
- [ GoLang] ( https://golang.org/dl/ ) |1.23
35
+ [ GoLang] ( https://golang.org/dl/ ) |1.24
36
36
[ golangci-lint] ( https://golangci-lint.run/usage/install/ ) |1.64
37
37
38
38
## Modifying the claim schema
@@ -59,7 +59,7 @@ One should take all effort to ensure changes to the schema are backwards compati
59
59
change is necessary, please make sure to include that information in the commit message. All breaking schema changes
60
60
require a semantic version major version bump upon release.
61
61
62
- Due to the fact that [ a-h /generate] ( https://github.com/a-h /generate ) generates the GoLang language binding, some
62
+ Due to the fact that [ sebrandon1 /generate] ( https://github.com/sebrandon1 /generate ) generates the GoLang language binding, some
63
63
generated code is not easily modifiable. The library will occasionally output un-testable code, so 100% unit test is
64
64
not a requirement. An example of un-testable code is:
65
65
@@ -79,7 +79,7 @@ compile-time optimization.
79
79
80
80
### Overriding type inferences
81
81
82
- [ a-h /generate] ( https://github.com/a-h /generate ) is known to output JSON ` object ` types as GoLang ` struct ` s. Although
82
+ [ sebrandon1 /generate] ( https://github.com/sebrandon1 /generate ) is known to output JSON ` object ` types as GoLang ` struct ` s. Although
83
83
this is normally desirable, we occasionally wish to allow arbitrary JSON instead. In this case, we have no struct
84
84
definition for some facets of our claim, such as "lshw" and "results". This is due to the fact that others define those
85
85
JSON structures, and we are not in the business of redefinition. This is a rare case in which we want to allow GoLang
0 commit comments