package db import ( "encoding/binary" "github.com/dgraph-io/badger" ) type Store struct { db *badger.DB } func (s *Store) GetFoo() { binary.LittleEndian.String() }