Skip to content

Changes to header and such #75

Answered by kudrykv
veronica-yyc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @veronica-yyc!

P.1: do you refer to this part?

It should be this line:

var DailyReflect = DailyStuff("Reflect", "Reflect")

The second parameter is what's being printed

P.2: try this:

func (i Items) ColSetup(left bool) string {
if left {
return "|" + strings.Join(strings.Split(strings.Repeat("l", len(i)), ""), "|")
}
return strings.Join(strings.Split(strings.Repeat("r", len(i)), ""), "|") + "@{}"
}

The vertical | resembles the vertical line

P.3: So the code is tangled more than it sho…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@veronica-yyc
Comment options

Answer selected by veronica-yyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants