Versions in this module Expand all Collapse all v1 v1.12.3 Nov 8, 2020 v1.12.0 Jul 19, 2020 Changes in this version + func ExecCmd(cmdName string, args ...string) (string, string, error) + func ExecCmdBytes(cmdName string, args ...string) ([]byte, []byte, error) + func ExecCmdDir(dir, cmdName string, args ...string) (string, string, error) + func ExecCmdDirBytes(dir, cmdName string, args ...string) ([]byte, []byte, error) + func VerCompare(ver1, ver2 string) int Other modules containing this package github.com/beego/bee/v2