1 Star 0 Fork 16

memcacheon/Dev Lake

forked from Merico/DevLake 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
main.go 244 Bytes
Copy Edit Raw Blame History
package main
import (
"github.com/merico-dev/lake/api"
"github.com/merico-dev/lake/plugins"
)
func main() {
err := plugins.LoadPlugins(plugins.PluginDir())
if err != nil {
panic(err)
}
api.CreateApiService()
println("Hello, lake")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/memcacheon/lake.git
git@gitee.com:memcacheon/lake.git
memcacheon
lake
Dev Lake
main

Search