Add make fmt to pre-commit

This commit is contained in:
David Dworken
2024-08-11 12:26:09 -07:00
parent 8da11eb3fa
commit c93fcbb8e2
3 changed files with 7 additions and 4 deletions

View File

@ -6,6 +6,7 @@ import (
"testing"
"github.com/ddworken/hishtory/shared/testutils"
"github.com/stretchr/testify/require"
)