Add server code.

This commit is contained in:
Yang Luo
2020-10-20 21:57:29 +08:00
parent dedca64568
commit 49d84c1c2c
6 changed files with 281 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/casdoor/casdoor
go 1.15
require github.com/astaxie/beego v1.12.2