aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skate/cmd/skate-bref-unmatched/main.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/skate/cmd/skate-bref-unmatched/main.go b/skate/cmd/skate-bref-unmatched/main.go
new file mode 100644
index 0000000..d8cb34f
--- /dev/null
+++ b/skate/cmd/skate-bref-unmatched/main.go
@@ -0,0 +1,10 @@
+// skate-bref-unmatched takes a bref TSV sorted by source_release_ident and a
+// refs file sorted by release_ident and exports a bref file that will include
+// unmatched references as well.
+package main
+
+import "log"
+
+func main() {
+ log.Println("skate-bref-unmatched")
+}