8000 GitHub - lizongshen/gocommand
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lizongshen/gocommand

Repository files navigation

gocommand

package main

import (
	"github.com/lizongshen/gocommand"
	"log"
)

func main() {
	_, out, err := gocommand.NewCommand().Exec("ls /")
	if err != nil {
		log.Panic(err)
	}

	log.Println(out)
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0