aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-15 22:00:30 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-19 20:29:17 +0200
commit50c4efb3c408b98c2fb7a4e40a92a6c34ef226d0 (patch)
tree72290774e861048de3353c9db3a4b295819a8f20
parent6bb651ff40c76efeb27ca6203ce1c57da5c478b2 (diff)
downloadrefcat-50c4efb3c408b98c2fb7a4e40a92a6c34ef226d0.tar.gz
refcat-50c4efb3c408b98c2fb7a4e40a92a6c34ef226d0.zip
skate-bref-unmatched stub
-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")
+}