We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf19dc commit 7d24209Copy full SHA for 7d24209
internal/docs/readme_test.go
@@ -9,9 +9,10 @@ import (
9
"path/filepath"
10
"testing"
11
12
- "github.com/elastic/elastic-package/internal/packages"
13
"github.com/stretchr/testify/assert"
14
"github.com/stretchr/testify/require"
+
15
+ "github.com/elastic/elastic-package/internal/packages"
16
)
17
18
func TestGenerateReadme(t *testing.T) {
internal/formatter/formatter.go
@@ -10,6 +10,7 @@ import (
"github.com/Masterminds/semver/v3"
"github.com/elastic/elastic-package/internal/packages"
0 commit comments