mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
package handler
|
|
|
|
import (
|
|
jsoniter "github.com/json-iterator/go"
|
|
)
|
|
|
|
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|