aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/chavacava/garif/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/chavacava/garif/doc.go')
-rw-r--r--vendor/github.com/chavacava/garif/doc.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/chavacava/garif/doc.go b/vendor/github.com/chavacava/garif/doc.go
deleted file mode 100644
index 50fa6dfe5b..0000000000
--- a/vendor/github.com/chavacava/garif/doc.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Package garif defines all the GO structures required to model a SARIF log file.
-// These structures were created using the JSON-schema sarif-schema-2.1.0.json of SARIF logfiles
-// available at https://github.com/oasis-tcs/sarif-spec/tree/master/Schemata.
-//
-// The package provides constructors for all structures (see constructors.go) These constructors
-// ensure that the returned structure instantiation is valid with respect to the JSON schema and
-// should be used in place of plain structure instantiation.
-// The root structure is LogFile.
-//
-// The package provides utility decorators for the most commonly used structures (see decorators.go)
-package garif