mirror of
				https://github.com/KevinMidboe/motdGOi.git
				synced 2025-10-29 17:50:24 +00:00 
			
		
		
		
	goreportcard stuff
This commit is contained in:
		| @@ -90,7 +90,7 @@ func (ar *AsciiRender) RenderOpts(str string, opt *RenderOptions) (string, error | ||||
| 	// Foreach line of the font height | ||||
| 	for curLine := 0; curLine < font.height; curLine++ { | ||||
| 		// Add the current line of the char to the result | ||||
| 		for i, _ := range chars { | ||||
| 		for i := range chars { | ||||
| 			result += chars[i].GetLine(curLine) | ||||
| 		} | ||||
| 		// A new line at the end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user