mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Started with checking the CSAF files.
This commit is contained in:
parent
c562c94108
commit
685bb528ed
3 changed files with 177 additions and 19 deletions
|
|
@ -8,7 +8,9 @@
|
|||
|
||||
package util
|
||||
|
||||
import "encoding/json"
|
||||
import (
|
||||
"encoding/json"
|
||||
)
|
||||
|
||||
// ReMarshalJSON transforms data from src to dst via JSON marshalling.
|
||||
func ReMarshalJSON(dst, src interface{}) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue