mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +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
|