mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
rename dir structure to match package name
update examples, readme
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,11 +1,9 @@
|
||||
module github.com/onyx-and-iris/voicemeeter-api-go
|
||||
module github.com/onyx-and-iris/voicemeeter
|
||||
|
||||
go 1.18
|
||||
|
||||
retract (
|
||||
// package files moved into root of repository
|
||||
[v1.0.0, v1.1.0]
|
||||
)
|
||||
// package files moved into root of repository
|
||||
retract [v1.0.0, v1.1.0]
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.8.0
|
||||
|
||||
Reference in New Issue
Block a user