An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mergol
![](https://github.com/malud/mergol/blob/master/mergol.png)

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`