Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Jun 5, 2021
1 parent 318d72f commit fb4806f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lint:
go vet ./...
go get github.com/golangci/golangci-lint/cmd/[email protected]
@golangci-lint --version
golangci-lint run --fix
golangci-lint run
go get -u golang.org/x/lint/golint
golint -set_exit_status ./...

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package main

import (
"github.com/spf13/cobra"
"os"

commander "github.com/omegion/cobra-commander"
"github.com/spf13/cobra"

"github.com/omegion/ssh-manager/cmd"
)
Expand Down
3 changes: 2 additions & 1 deletion test/fixture_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package test

import (
"github.com/stretchr/testify/assert"
"testing"

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

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

0 comments on commit fb4806f

Please sign in to comment.