mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
Remove work-in-progress command file
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func printUsage() {
|
||||
fmt.Println("\ngoreportcard command line tool")
|
||||
fmt.Println("\nUsage:\n\n goreportcard [package names...]")
|
||||
}
|
||||
|
||||
func main() {
|
||||
if len(os.Args) == 1 {
|
||||
printUsage()
|
||||
}
|
||||
|
||||
names := := os.Args[1:]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user