Skip to content

Typo in doc/effective_go.html Append section: missing space between elements...T #5403

@gopherbot

Description

@gopherbot

by david@bitinvert.com:

func append(slice []<i>T</i>, elements...<i>T</i>)
[]<i>T</i>
->
func append(slice []<i>T</i>, elements... <i>T</i>)
[]<i>T</i>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions