Skip to content

Instantly share code, notes, and snippets.

@jpfluger
jpfluger / json-key.go
Last active October 17, 2020 17:55
Creating all literal GJSON Paths
package lib
import (
"fmt"
"strings"
)
type JsonKey string
type JsonKeys []JsonKey
@jpfluger
jpfluger / session.go
Created January 29, 2018 08:13
scs example of separating writeHeader from saveData
package scs
import (
"bytes"
"crypto/rand"
"encoding/base64"
"encoding/gob"
"encoding/json"
"errors"
"fmt"