Files
go-task/vendor/mvdan.cc/sh/interp/doc.go
Andrey Nering 0ed7274610 go mod vendor
2018-12-15 15:44:17 -02:00

8 lines
291 B
Go

// Copyright (c) 2017, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
// Package interp implements an interpreter that executes shell
// programs. It aims to support POSIX, but its support is not complete
// yet. It also supports some Bash features.
package interp