6 lines
75 B
CUE
6 lines
75 B
CUE
|
package main
|
||
|
|
||
|
import "encoding/json"
|
||
|
|
||
|
s3Template: json.Unmarshal(template)
|