Discover Packages
github.com/itsmontoya/gocat
package
module
Version:
v0.0.0-...-2d50a59
Opens a new window with list of versions in this module.
Published: May 24, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
gocat
gocat concatenates Go source files within a package
usage
gocat auth*.go > auth.go
license
See LICENSE file.
Copyright (c) 2014 The Go Authors. All rights reserved.
Originally authored by Russ Cox as bundle
Modified by Joseph Naegele, 2015.
Expand ▾
Collapse ▴
Documentation
¶
Cat will cat go files
- pkgname is the package name to use in the output file
- prefix is the prefix to add to all top-level names
- noComments will ignore comments
- noTest will ignore test files
- kill will delete concatenated files from disk
Source Files
¶
Directories
¶
cmd
gocat
Gocat combines multiple Go source files into a single source file, optionally adding a prefix to all top-level names.
Gocat combines multiple Go source files into a single source file, optionally adding a prefix to all top-level names.
Click to show internal directories.
Click to hide internal directories.