Move main package to top directory as the other plugins
This commit is contained in:
parent
b5e1a12f60
commit
d2c5ed8ad7
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
package hugo
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package hugo
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue