Next stop: pointers

This commit is contained in:
Thomas Pelletier
2021-03-18 19:52:11 -04:00
parent fad86a5f24
commit 8957a768ef
2 changed files with 7 additions and 4 deletions
@@ -14,7 +14,7 @@ import (
"testing"
"time"
toml "github.com/pelletier/go-toml/v2/internal/unmarshaler"
"github.com/pelletier/go-toml/v2"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)