File: types.go

package info (click to toggle)
golang-github-spdx-tools-golang 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,252 kB
  • sloc: xml: 428; makefile: 22; ansic: 5; python: 2
file content (6 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later

package common

// AnyDocument a placeholder for allowing any SPDX document to be used in function args
type AnyDocument interface{}