We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f5ba4 commit 42abaeaCopy full SHA for 42abaea
cmd/codeowners/cmd/docs.go renamed to cmd/gh-codeowners/cmd/docs.go
cmd/codeowners/cmd/root.go renamed to cmd/gh-codeowners/cmd/root.go
cmd/codeowners/cmd/validate.go renamed to cmd/gh-codeowners/cmd/validate.go
cmd/codeowners/main.go renamed to cmd/gh-codeowners/main.go
@@ -3,7 +3,7 @@ package main
3
import (
4
"os"
5
6
- "github.com/gitangle/gh-codeowners/cmd/codeowners/cmd"
+ "github.com/gitangle/gh-codeowners/cmd/gh-codeowners/cmd"
7
)
8
9
func main() {
0 commit comments