powershell

package module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2021 License: MIT Imports: 9 Imported by: 2

README

powershell

golang powershell

package main

import (
	"fmt"

	ps "github.com/Tobotobo/powershell"
)

func main() {
	out, _ := ps.Execute("1+2")
	fmt.Println(out)
}

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(cmd string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL