Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
fix: correct lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Parham Alvani committed Sep 8, 2021
1 parent 0c4f6b9 commit f96c152
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/pakhshi/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/snapp-incubator/pakhshi/internal/cmd"
"github.com/pterm/pterm"
"github.com/snapp-incubator/pakhshi/internal/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/publish/main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package publish

import (
"github.com/snapp-incubator/pakhshi/pkg/client"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/pterm/pterm"
"github.com/snapp-incubator/pakhshi/pkg/client"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package cmd
import (
"os"

"github.com/pterm/pterm"
"github.com/snapp-incubator/pakhshi/internal/cmd/publish"
"github.com/snapp-incubator/pakhshi/internal/cmd/subscribe"
"github.com/pterm/pterm"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/subscribe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"os/signal"
"syscall"

"github.com/snapp-incubator/pakhshi/pkg/client"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/pterm/pterm"
"github.com/snapp-incubator/pakhshi/pkg/client"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion test/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main_test
import (
"testing"

"github.com/snapp-incubator/pakhshi/pkg/client"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/snapp-incubator/pakhshi/pkg/client"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit f96c152

Please sign in to comment.