mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
10 lines
346 B
Go
10 lines
346 B
Go
// Copyright (c) 2017, Daniel Martí <mvdan@mvdan.cc>
|
|
// See LICENSE for licensing information
|
|
|
|
// Package shell contains high-level features that use the syntax and
|
|
// interp packages under the hood.
|
|
//
|
|
// This package is a work in progress and EXPERIMENTAL; its API is not
|
|
// subject to the 1.x backwards compatibility guarantee.
|
|
package shell
|