home heroImage heroText tagline actionText actionLink features footer true /logo.png Gex Golang外部程序调用扩展库 快速下手 → /guide/ title details 简单的API封装 对外只暴露了Start这一个方法就可以完成最简单的命令调用 title details 丰富的内置特性 内置支持输出编码转换以及自动解决乱码问题 title details 强大的扩展性 可以很方便的扩展整个框架而不侵入代码 title details 非常易于配置 框架的配置变得很容易,甚至可以无感知的配置系统 title details 线程安全 应用内单例,可以很方便的任何地方获得整个框架入口并作出配置而不用担心线程安全 title details 语义化 不需要记太多命令和参数以及配置项,语义化设计 title details 检查器 方便调用命令时在合适的时机继续往下执行而不阻塞 title details 收集器 方便对命令执行结果进行分析 title details 生命周期 方便在命令执行过期中接管生命周期回调 MIT Licensed | Copyright © 2021-present Storezhang 简单得不能再简单 <<< @/../example/main.go ::: warning 注意 Golang最好是使用最新的版本 :::