Skip to content

Commit

Permalink
Merge pull request #28 from gohiei/add-description-adjust-order
Browse files Browse the repository at this point in the history
style: Add description and adjust the order of `import`
  • Loading branch information
gohiei authored Jul 7, 2023
2 parents fcd5a60 + ecf68e4 commit 0a607a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package cmd provides command-line interface functionality for the application.
package cmd

import (
Expand Down
3 changes: 1 addition & 2 deletions cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ import (
"syscall"
"time"

app "cypt/internal"
"github.com/gin-gonic/gin"
"github.com/spf13/cobra"
"github.com/spf13/viper"

app "cypt/internal"
)

// serverCmd represents the server command
Expand Down

0 comments on commit 0a607a7

Please sign in to comment.