1
0
mirror of https://github.com/go-task/task.git synced 2024-12-18 23:47:55 +02:00
task/vendor/github.com/mvdan/sh/interp/doc.go

10 lines
345 B
Go
Raw Normal View History

2017-04-24 14:47:10 +02:00
// 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.
//
// This package is a work in progress and EXPERIMENTAL; its API is not
// subject to the 1.x backwards compatibility guarantee.
package interp