Files
go-task/vendor/mvdan.cc/sh/v3/syntax/doc.go
Andrey Nering f6c5a46626 Update vendor/ directory
Fixes #250
2019-09-26 19:04:13 -03:00

7 lines
224 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 both POSIX Shell and Bash.
package syntax