mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
7 lines
226 B
Go
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
|