Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
go2pins
Commits
82e60ef7
Commit
82e60ef7
authored
Apr 17, 2021
by
Etienne Renault
Browse files
Please go fmt
* main.go: Here.
parent
bb18052e
Pipeline
#27463
passed with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
main.go
View file @
82e60ef7
...
...
@@ -642,7 +642,7 @@ func main() {
var
unspacify
=
regexp
.
MustCompile
(
` *`
)
s
:=
unspacify
.
ReplaceAllString
(
*
ignorefunc
,
""
)
toIgnore
=
strings
.
Split
(
s
,
";"
)
fmt
.
Println
(
"Will ignore :"
,
len
(
toIgnore
),
"functions"
,
toIgnore
)
;
fmt
.
Println
(
"Will ignore :"
,
len
(
toIgnore
),
"functions"
,
toIgnore
)
}
tmpFilePath
,
goroutines
:=
duplicateGoroutines
(
relPackagePath
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment