diff options
-rw-r--r-- | content/git/iot-contact-go.md | 14 | ||||
-rw-r--r-- | content/iot-contact-go | 8 |
2 files changed, 22 insertions, 0 deletions
diff --git a/content/git/iot-contact-go.md b/content/git/iot-contact-go.md new file mode 100644 index 0000000..700eecf --- /dev/null +++ b/content/git/iot-contact-go.md @@ -0,0 +1,14 @@ +{ + "name":"iot-contact-go", + "friendly_name":"iot-contact-go", + "description":"Go library to use iot-contact devices", + "state":"experimental" +} + +This Go library contains all the logic necessary to use [iot-contact][1] +devices. + +API documentation is available [here][2]. + +[1]: https://xengineering.eu/git/iot-contact +[2]: https://pkg.go.dev/xengineering.eu/iot-contact-go diff --git a/content/iot-contact-go b/content/iot-contact-go new file mode 100644 index 0000000..fd08de3 --- /dev/null +++ b/content/iot-contact-go @@ -0,0 +1,8 @@ +<html> +<head> + <meta name="go-import" content="xengineering.eu/iot-contact-go git https://cgit.xengineering.eu/iot-contact-go"> + <meta name="go-source" content="xengineering.eu/iot-contact-go https://cgit.xengineering.eu/iot-contact-go https://cgit.xengineering.eu/iot-contact-go/tree{/dir}?h={commit} https://cgit.xengineering.eu/iot-contact-go/tree/{file}?h={commit}#n{line}"> +</head> +<body> +</body> +</html> |