Adjust for 7.1 error handling

This commit is contained in:
Paul Tyng
2022-07-02 20:11:12 -04:00
parent 6bb9559473
commit 4d251731a7
2 changed files with 14 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
//go:build tools
// +build tools
package main
import (
_ "golang.org/x/tools/cmd/stringer"
)
)