https://github.com/malud/mergol
Golang source code merger for a single namespace
https://github.com/malud/mergol
go golang golang-source merge source-code
Last synced: 11 months ago
JSON representation
Golang source code merger for a single namespace
- Host: GitHub
- URL: https://github.com/malud/mergol
- Owner: malud
- License: mit
- Created: 2017-04-24T08:55:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T14:09:21.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T08:01:34.187Z (about 1 year ago)
- Topics: go, golang, golang-source, merge, source-code
- Language: Go
- Size: 82 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mergol

Merging multiple golang source code files of same namespace to one .go file.
## Installation
`go install github.com/malud/mergol`
## Usage
Use a file-watcher of your choice in combination with `mergol -in=./ -out=./../out-combined.go`