Skip to content

Commit

Permalink
Bring Markup struct to assessment_common module
Browse files Browse the repository at this point in the history
This fixes go build ./...
  • Loading branch information
isimluk committed Aug 26, 2020
1 parent 4c6bfb4 commit 441bd12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/oscal/assessment_common/import.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package assessment_common

import (
"github.com/docker/oscalkit/types/oscal/validation_root"
)

type Markup = validation_root.Markup

0 comments on commit 441bd12

Please sign in to comment.