1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Started with checking the CSAF files.

This commit is contained in:
Sascha L. Teichmann 2021-12-14 02:24:40 +01:00
parent c562c94108
commit 685bb528ed
3 changed files with 177 additions and 19 deletions

View file

@ -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 {