Ai
9 Star 110 Fork 23

子安/FireShotGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
子安 提交于 2021-09-29 23:08 +08:00 . 添加图书封面
package main
import (
"flag"
"gitee.com/andrewgithub/FireShotGo/screenshot"
"github.com/golang/glog"
)
/**
* @brief 使用fyne实现截图跨平台截图工具
*/
// 后期仅支持fyne库版本的截图功能
func main() {
// 参数解析
flag.Parse()
defer glog.Flush()
// 开启截屏软件主程序
screenshot.Run()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/andrewgithub/FireShotGo.git
git@gitee.com:andrewgithub/FireShotGo.git
andrewgithub
FireShotGo
FireShotGo
v1.0.12

搜索帮助