2 Commits

Author SHA1 Message Date
07018d1703 upd link for documentation 2024-01-03 09:30:57 +00:00
73627ddbf1 add go.work files to gitignore 2023-12-05 11:25:53 +00:00
4 changed files with 173 additions and 169 deletions

4
.gitignore vendored
View File

@@ -19,3 +19,7 @@ config.toml
# Dependency directories (remove the comment below to include it)
# vendor/
# work files
go.work
go.work.sum

View File

@@ -587,4 +587,4 @@ go test ./...
### Official Documentation
- [Voicemeeter Remote C API](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/update-docs/VoicemeeterRemoteAPI.pdf)
- [Voicemeeter Remote C API](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/main/VoicemeeterRemoteAPI.pdf)

View File

@@ -1,4 +1,4 @@
module main
module hotkeys
go 1.19

View File

@@ -1,4 +1,4 @@
module main
module obs
go 1.18