1
0
mirror of https://github.com/go-task/task.git synced 2024-12-16 10:59:23 +02:00
task/vendor/mvdan.cc/sh/v3/syntax/doc.go

7 lines
226 B
Go
Raw Normal View History

2017-04-24 14:47:10 +02:00
// Copyright (c) 2016, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
// Package syntax implements parsing and formatting of shell programs.
2019-11-25 02:00:02 +02:00
// It supports POSIX Shell, Bash, and mksh.
2018-07-22 23:05:13 +02:00
package syntax