Skip to content

Commit a344564

Browse files
committed
go fix
1 parent bfe7ec0 commit a344564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func must(err error) {
110110
log.Fatal(err)
111111
}
112112

113-
func outputJSON(v interface{}) {
113+
func outputJSON(v any) {
114114
blob, err := json.Marshal(v)
115115
if err != nil {
116116
log.Fatal("Failed to marshal JSON:", err)

0 commit comments

Comments
 (0)