Skip to content

Instantly share code, notes, and snippets.

View Oskang09's full-sized avatar
💻
Keep working hard ...

NG SZE CHEN Oskang09

💻
Keep working hard ...
View GitHub Profile
@jsmouret
jsmouret / struct.go
Last active June 20, 2024 11:15
Convert map[string]interface{} to a google.protobuf.Struct
package pb
import (
"fmt"
"reflect"
st "github.com/golang/protobuf/ptypes/struct"
)
// ToStruct converts a map[string]interface{} to a ptypes.Struct