add diffing
This commit is contained in:
11
internal/example-cli/example-cli.go
Normal file
11
internal/example-cli/example-cli.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// minimal example CLI used for binary size checking
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
func main() {
|
||||
(&cli.App{}).Run([]string{})
|
||||
}
|
Reference in New Issue
Block a user