Files
go-task/vendor/mvdan.cc/sh/v3/syntax/doc.go
Andrey Nering 6a4f420187 go mod vendor
2019-11-24 21:00:02 -03:00

7 lines
226 B
Go

// Copyright (c) 2016, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
// Package syntax implements parsing and formatting of shell programs.
// It supports POSIX Shell, Bash, and mksh.
package syntax