blob: 3a9ac57e525909657e59a98576189e178050fab6 [file] [log] [blame]
package main
import (
"encoding/pem"
"fmt"
"github.com/tidwall/gjson"
"golang.org/x/text/language"
)
func main() {
fmt.Println("hello")
language.Parse("")
gjson.Result{}.Get("")
_, _ = pem.Decode([]byte("test"))
}