use revel 1.0.0 && go module

This commit is contained in:
lealife
2021-03-26 14:19:53 +08:00
parent 5e61291703
commit 1b006b83ad
801 changed files with 228 additions and 207009 deletions

BIN
sh/leanote.tar.gz Normal file

Binary file not shown.

4
sh/package.sh Normal file
View File

@ -0,0 +1,4 @@
SCRIPTPATH=$(dirname "$PWD")
echo $SCRIPTPATH;
cd $SCRIPTPATH;
revel package --run-mode=prod --target-path=sh/leanote.tar.gz -a .

5
sh/run.sh Normal file
View File

@ -0,0 +1,5 @@
SCRIPTPATH=$(dirname "$PWD")
echo $SCRIPTPATH;
cd $SCRIPTPATH;
revel run -a .