mirror of
https://github.com/foomo/contentserver.git
synced 2026-06-02 16:40:01 +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
|