From c9c9d9ca9ec72f7b3fd13610be61ffb46fc41b46 Mon Sep 17 00:00:00 2001 From: medcl Date: Sat, 5 Feb 2022 22:37:02 +0800 Subject: [PATCH] add tips for easy_json --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7637cc51..56ee5e10 100755 --- a/Makefile +++ b/Makefile @@ -10,4 +10,6 @@ APP_STATIC_PACKAGE := public APP_UI_FOLDER := ui APP_PLUGIN_FOLDER := plugin +# GO15VENDOREXPERIMENT="1" GO111MODULE=off easyjson -all domain.go include ../framework/Makefile +