You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output package is deprecated. e.g.output.PrintError could be replaced with errors.Wrap.
Global variables (config.ReadConfig config.DefaultConfigFile etc.) have been wrapped into client interface. Please use client interface to access them if needed
The logic of new code should be similar to the old one.
In each unit test, the results should be checked whether they are as the expected.
What would you like to be added
didgeturi.go
anddidgeturi_test.go
files in./ioctl/newcmd/did
. create this directory if not exist.didgeturi.go
Notes:
e.g.
output.PrintError
could be replaced witherrors.Wrap
.Example:
Why is this needed
Unit tests couldn't be added for the old ioctl command (./ioctl/cmd)
The text was updated successfully, but these errors were encountered: