Ai
2 Star 0 Fork 0

lazycatcloud/vikunja-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
kolaente 提交于 2023-09-01 14:32 +08:00 . chore: remove year from copyright headers
// Vikunja is a to-do list application to facilitate your life.
// Copyright 2018-present Vikunja and contributors. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Licensee as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public Licensee for more details.
//
// You should have received a copy of the GNU Affero General Public Licensee
// along with this program. If not, see <https://www.gnu.org/licenses/>.
package main
import "code.vikunja.io/api/pkg/cmd"
func main() {
cmd.Execute()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lazycatcloud/vikunja-api.git
git@gitee.com:lazycatcloud/vikunja-api.git
lazycatcloud
vikunja-api
vikunja-api
main

搜索帮助