From ce437408d3db3b467950313ae62461b6d6864202 Mon Sep 17 00:00:00 2001 From: hardy Date: Thu, 14 Nov 2024 11:16:32 +0800 Subject: [PATCH] chore: use default vendor --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 92f23784..2e2098fb 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ APP_STATIC_PACKAGE := public APP_UI_FOLDER := ui APP_PLUGIN_FOLDER := plugin FRAMEWORK_BRANCH := console -FRAMEWORK_VENDOR_BRANCH := console # GO15VENDOREXPERIMENT="1" GO111MODULE=off easyjson -all domain.go include ../framework/Makefile