HomeSort by relevance Sort by last modified time
    Searched refs:gofiles (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/misc/git/
pre-commit 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$')
14 [ -z "$gofiles" ] && exit 0
16 unformatted=$(gofmt -l $gofiles)
  /prebuilts/go/linux-x86/misc/git/
pre-commit 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$')
14 [ -z "$gofiles" ] && exit 0
16 unformatted=$(gofmt -l $gofiles)

Completed in 882 milliseconds