summaryrefslogtreecommitdiff
path: root/cmd/rrdcreate/main.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2020-02-03 20:38:27 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2020-02-03 20:38:27 -0500
commit611b00a0b3639e68fd205c27aef73c864a2457cd (patch)
tree4c9ac8d93746945708c584ee520169f6232330b8 /cmd/rrdcreate/main.go
parent5e7b65e0271b6f244aa30807ed5ad3aa405a2fd5 (diff)
add stubs for binaries
Diffstat (limited to 'cmd/rrdcreate/main.go')
-rw-r--r--cmd/rrdcreate/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/rrdcreate/main.go b/cmd/rrdcreate/main.go
new file mode 100644
index 0000000..38dd16d
--- /dev/null
+++ b/cmd/rrdcreate/main.go
@@ -0,0 +1,3 @@
+package main
+
+func main() {}