package sturn import ( // "errors" // "strings" // "strconv" // "fmt" ) func readAttribute(buf []byte, pos int, length int) (error, *SturnAttribute, int) { return nil, nil, 0 } func writeAttribute(attribute *SturnAttribute, buf []byte, pos int, length int) (error, int) { return nil, 0 }