Skip to content

Commit 4fda72d

Browse files
committed
rename package commands -> cmds
1 parent cc3ad79 commit 4fda72d

11 files changed

+11
-11
lines changed

argument.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
type ArgumentType int
44

channelmarshaler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import "io"
44

command.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package also supports a collection of marshallers for presenting
66
output to the user, including text, JSON, and XML marshallers.
77
*/
88

9-
package commands
9+
package cmds
1010

1111
import (
1212
"errors"

command_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"bytes"

option.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"fmt"

option_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"strings"

reqlog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"strings"

request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"bufio"

response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"bytes"

response_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"bytes"

responseemitter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commands
1+
package cmds
22

33
import (
44
"encoding/json"

0 commit comments

Comments
 (0)