diff --git a/cmd/csaf_aggregator/doc.go b/cmd/csaf_aggregator/doc.go deleted file mode 100644 index aa7edd5..0000000 --- a/cmd/csaf_aggregator/doc.go +++ /dev/null @@ -1,7 +0,0 @@ -// csaf_aggregator is an implementation of the role CSAF Aggregator of the -// CSAF 2.0 specification -// (https://docs.oasis-open.org/csaf/csaf/v2.0/csd02/csaf-v2.0-csd02.html) -// -// TODO: To be called periodically, e.g with cron - -package main