We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923c17b commit d8933c3Copy full SHA for d8933c3
main.go
@@ -3,10 +3,11 @@ package main
3
import (
4
"flag"
5
"fmt"
6
- "github.com/rm3l/gh-dev-branch/pkg/branch"
7
- "github.com/rm3l/gh-dev-branch/pkg/issue"
8
"log"
9
"os"
+
+ "github.com/rm3l/gh-dev-branch/pkg/branch"
10
+ "github.com/rm3l/gh-dev-branch/pkg/issue"
11
)
12
13
func main() {
pkg/branch/branch_test.go
@@ -1,8 +1,9 @@
1
package branch
2
- "github.com/google/go-cmp/cmp"
"testing"
+ "github.com/google/go-cmp/cmp"
func TestGenerateName(t *testing.T) {
0 commit comments