Fix small lint and unit test issues
Pull request ci was not running and caused these minor issues to not be caught. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
44282379f6
commit
b0327914c5
3 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
package reference
|
||||
|
||||
import (
|
||||
_ "crypto/sha256"
|
||||
_ "crypto/sha512"
|
||||
"encoding/json"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue