mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 08:28:10 +08:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export GO_DIFF_FILES=$(git diff --name-only --diff-filter=d HEAD "*.go")
|
|
|
|
make fmt
|