Skip to content
/ gocat Public
forked from naegelejd/gocat

Concatenate Go source files within a project

License

Notifications You must be signed in to change notification settings

cybriq/gocat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gocat

gocat concatenates Go source files within a package

usage

gocat auth*.go > auth.go

Using grep and xargs to filter out tests can be done like so:

ls *.go | grep -v _test | xargs gocat > p2p/aio.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.

Modified by David Vennik, 2022.

About

Concatenate Go source files within a project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%