package
module
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Aug 5, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
powershell
golang powershell
package main
import (
"fmt"
ps "github.com/Tobotobo/powershell"
)
func main() {
out, _ := ps.Execute("1+2")
fmt.Println(out)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.