blob: dfaa0da358cfbd1d35da1b98b7723072fc2db89f (
plain)
1
2
3
4
5
6
|
# Go executables for gitlab-shell
This directory contains Go executables for use in gitlab-shell. To add
a new command `foobar` create a subdirectory `cmd/foobar` and put your
code in `package main` under `cmd/foobar`. This will automatically get
compiled into `bin/foobar` by `../bin/compile`.
|