Added support for remote0

This commit is contained in:
mikx
2023-10-31 20:16:41 -04:00
commit 5c6e496688
88 changed files with 7833 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Vendored libs
/vendor
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# VSCode launch settings
.vscode/launch.json
# GoLand
.idea
# Test graph.png
graph.png
# Debug
cpu.prof
mem.prof
cmd/hwinfostreamdeckplugin/debug
# dep cache (protoc)
.cache/