We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0792c4 commit e011758Copy full SHA for e011758
README.md
@@ -37,11 +37,11 @@ and so on.
37
To access a specific memory location in the hex-file (contains a single byte):
38
`b, exists := calibrationData.hex[12345]`
39
40
-## Disclaimer:
+## Disclaimer
41
I am a mechanical engineer, so any code you see might not be up to the standards of true/correct/modern/acceptable software development ;)
42
Feedback is always appreciated.
43
44
-## Dependencies and Licensing:
+## Dependencies and Licensing
45
The only dependency outside the go standard library is currently zerolog.
46
The package is - and will always be - released under MIT license.
47
Feel free to do with it what you want :)
0 commit comments