File: doc.go

package info (click to toggle)
golang-github-bitfield-script 0.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
// Package script aims to make it easy to write shell-type scripts in Go, for
// general system administration purposes: reading files, counting lines,
// matching strings, and so on.
package script