mirror of
https://github.com/go-task/task.git
synced 2026-06-27 14:44:19 +00:00
7 lines
224 B
Go
7 lines
224 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, expand, and
|
|
// interp packages under the hood.
|
|
package shell
|