mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-21 18:00:47 +00:00
upd docstring
This commit is contained in:
parent
171e50ebe4
commit
cb3506cfbc
@ -25,7 +25,7 @@ func (i img) transposed() []string {
|
||||
return transposed
|
||||
}
|
||||
|
||||
// String implements the Stringer interface
|
||||
// String implements the fmt.Stringer interface
|
||||
func (i img) String() string {
|
||||
out := ""
|
||||
for _, line := range i.raw {
|
||||
|
Loading…
Reference in New Issue
Block a user