mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-26 23:14:40 +01:00
Move package commands -> cmd
This commit is contained in:
parent
e5e96cef84
commit
6cbc6f637a
@ -1,4 +1,4 @@
|
||||
package commands
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package commands
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"strconv"
|
@ -1,4 +1,4 @@
|
||||
package commands
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package commands
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package commands
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"testing"
|
@ -1,4 +1,4 @@
|
||||
package commands
|
||||
package cmd
|
||||
|
||||
// Version is the build version.
|
||||
//
|
Loading…
Reference in New Issue
Block a user