How can I split Buffer to array by seperator like
const array = split(buffer, \'=\')
In Go I can do like that
import "byt