diff options
author | xengineering <me@xengineering.eu> | 2025-08-02 15:02:47 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-08-02 15:32:37 +0200 |
commit | 95aff83bb144bd324c943ccba38a18c56e80f581 (patch) | |
tree | a539381e275c2e9b83298fe144e85351864c5d0f | |
parent | 4341dc3ccae6c76e6146bb9c8e2688eb0fae9378 (diff) | |
download | website-main.tar website-main.tar.zst website-main.zip |
-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> |