Skip to content

Commit

Permalink
Fix golint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer committed Apr 29, 2021
1 parent 4d84940 commit 5c02f5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions cmd/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ package cmd
import (
"fmt"

"github.com/spf13/cobra"

"github.com/FalcoSuessgott/golang-cli-template/internal/convert"
"github.com/FalcoSuessgott/golang-cli-template/pkg/example"
"github.com/spf13/cobra"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package cmd

import (
"bytes"
"github.com/stretchr/testify/require"
"io/ioutil"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestExampleCommandMultiply(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package cmd

import (
"bytes"
"github.com/stretchr/testify/require"
"io/ioutil"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestRootCommandOutput(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package cmd

import (
"bytes"
"github.com/stretchr/testify/require"
"io/ioutil"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestVersionCommand(t *testing.T) {
Expand Down

0 comments on commit 5c02f5a

Please sign in to comment.