add diffing

This commit is contained in:
Lynn
2020-02-29 14:00:26 -08:00
parent a0932dafcb
commit 3558c7f30c
4 changed files with 44 additions and 11 deletions

View 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{})
}