Skip to content

Commit

Permalink
goimports instead of go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu committed May 26, 2022
1 parent eab8139 commit 105a950
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 6 deletions.
5 changes: 3 additions & 2 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package main

import (
"fmt"
"github.com/kokizzu/goproc"
"github.com/kokizzu/gotro/I"
"math/rand"
"sync"

"github.com/kokizzu/goproc"
"github.com/kokizzu/gotro/I"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/kokizzu/goproc

go 1.17

require github.com/kokizzu/gotro v1.1726.1634
require github.com/kokizzu/gotro v1.1726.1724

require (
github.com/fatih/color v1.13.0 // indirect
Expand Down
Loading

0 comments on commit 105a950

Please sign in to comment.