feat: BREAKING: change from string to []byte

This commit is contained in:
Jon Lundy
2022-12-10 16:11:37 -07:00
parent a4bb55f56a
commit fc8d628cc5
10 changed files with 188 additions and 169 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
run: go test -v -cover ./...