mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 13:33:30 +00:00
rename dir structure to match package name
update examples, readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://pkg.go.dev/github.com/onyx-and-iris/voicemeeter-api-go)
|
||||
[](https://pkg.go.dev/github.com/onyx-and-iris/voicemeeter)
|
||||
|
||||
# A Go Wrapper for Voicemeeter API
|
||||
|
||||
@@ -23,7 +23,7 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
||||
|
||||
Install voicemeeter-api-go package from your console to download the latest version.
|
||||
|
||||
`go get github.com/onyx-and-iris/voicemeeter-api-go`
|
||||
`go get github.com/onyx-and-iris/voicemeeter`
|
||||
|
||||
or add it to your `go.mod` file.
|
||||
|
||||
@@ -38,7 +38,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/onyx-and-iris/voicemeeter-api-go"
|
||||
"github.com/onyx-and-iris/voicemeeter"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user