test sign

This commit is contained in:
Илья Смышляев 2023-10-31 01:47:18 +03:00
parent 64d4b5bdc7
commit 48e33bd9c1
2 changed files with 1 additions and 1 deletions

1
go.mod
View File

@ -6,6 +6,5 @@ require github.com/stretchr/testify v1.7.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

View File

@ -8,5 +8,6 @@ var ErrInvalidString = errors.New("invalid string")
func Unpack(_ string) (string, error) {
// Place your code here.
// test
return "", nil
}