Skip to content

Commit 105a950

Browse files
committed
goimports instead of go fmt
1 parent eab8139 commit 105a950

File tree

4 files changed

+197
-6
lines changed

4 files changed

+197
-6
lines changed

example/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/kokizzu/goproc"
6-
"github.com/kokizzu/gotro/I"
75
"math/rand"
86
"sync"
7+
8+
"github.com/kokizzu/goproc"
9+
"github.com/kokizzu/gotro/I"
910
)
1011

1112
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/kokizzu/goproc
22

33
go 1.17
44

5-
require github.com/kokizzu/gotro v1.1726.1634
5+
require github.com/kokizzu/gotro v1.1726.1724
66

77
require (
88
github.com/fatih/color v1.13.0 // indirect

0 commit comments

Comments
 (0)