docker-archive / oscalkit

NIST OSCAL SDK and CLI
https://docker.github.io/oscalkit/
Other
36 stars 23 forks source link

Refactor label type in implementation #55

Closed anweiss closed 5 years ago

anweiss commented 5 years ago

Let's go ahead and make type Label struct{} a map[string]string for now.

type Label map[string]string

Assigning @minhaj10p.

minhaj10p commented 5 years ago

@anweiss Addressed in https://github.com/docker/oscalkit/pull/56