empty string error handling

This commit is contained in:
2023-10-20 23:16:28 +03:00
parent 067a53110e
commit dcdee48bb0
3 changed files with 5 additions and 2 deletions

2
go.mod
View File

@@ -7,6 +7,6 @@ require github.com/bas24/googletranslatefree v0.0.0-20220326200502-05ed9e639439
require (
github.com/robertkrimen/otto v0.2.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)