Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit 83f96de

Browse files
committed
run gofmt -s
1 parent 51489bd commit 83f96de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func Endpoints(name string, cmd *cmds.Command) (endpoints []*Endpoint) {
127127
res := buildResponse(cmd.Type)
128128

129129
endpoints = []*Endpoint{
130-
&Endpoint{
130+
{
131131
Name: name,
132132
Description: cmd.Helptext.Tagline,
133133
Arguments: arguments,

0 commit comments

Comments
 (0)