package main func divider(divider string) { endString := "" totalLength := 50 length := len(divider) //TODO make this return a fixed size divider! }