1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Removed unused doc.go file in aggregator.

This commit is contained in:
Sascha L. Teichmann 2023-01-17 16:34:10 +01:00
parent c15125a393
commit 1d0499ddea

View file

@ -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