From 71774bdad56c9abbaae6ed21c4ae8017b830bd32 Mon Sep 17 00:00:00 2001 From: "Ian A. Mason" Date: Mon, 14 May 2018 06:25:08 -0700 Subject: [PATCH] References for cmd line options. --- ians-notes.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ians-notes.txt b/ians-notes.txt index 6d48423..3bfe198 100644 --- a/ians-notes.txt +++ b/ians-notes.txt @@ -12,9 +12,15 @@ To format for the badge: gofmt -s -w shared/*.go cmd/*/*.go - For linting: https://github.com/alecthomas/gometalinter gometalinter.v2 ./... + + +For keeping up with the Jones: + +clang -cc1 --help + +https://clang.llvm.org/docs/ClangCommandLineReference.html