This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 20e6ee0d32899ec10bee2e321bbc27f7dd2315b8 Author: Pierre Jeambrun <[email protected]> AuthorDate: Mon Jan 16 11:37:13 2023 +0100 Update go client gen command (#28967) (cherry picked from commit 2eb4e974d561db01d0160148b3e372998409d377) --- clients/gen/go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/gen/go.sh b/clients/gen/go.sh index a7a820e3f6..e8e0f26b48 100755 --- a/clients/gen/go.sh +++ b/clients/gen/go.sh @@ -31,6 +31,7 @@ readonly VERSION go_config=( "packageVersion=${VERSION}" "enumClassPrefix=true" + "structPrefix=true" ) validate_input "$@"
