docstrings added to functions, types and methods

CHANGELOG first update

pre-commit updated to look in root of repo.

version retraction added to go.mod

README updated to reflect changes
This commit is contained in:
onyx-and-iris
2022-07-10 23:08:14 +01:00
parent 36522cf80c
commit 1efac19b12
22 changed files with 351 additions and 113 deletions

5
go.mod
View File

@@ -2,6 +2,11 @@ module github.com/onyx-and-iris/voicemeeter-api-go
go 1.18
retract (
// package files moved into root of repository
[v1.0.0, v1.1.0]
)
require (
github.com/stretchr/testify v1.8.0
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d