Skip to content

Commit

Permalink
chore: organize imports with golsp
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed May 19, 2024
1 parent d0126ed commit cd81ec7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"fmt"
"github.com/cli/go-gh/v2/pkg/browser"
"github.com/cli/go-gh/v2/pkg/repository"
"github.com/go-git/go-git/v5"
"log"
"os"
"strings"

"github.com/cli/go-gh/v2/pkg/browser"
"github.com/cli/go-gh/v2/pkg/repository"
"github.com/go-git/go-git/v5"
)

func main() {
Expand Down

0 comments on commit cd81ec7

Please sign in to comment.