Skip to content

tour: defer format improvement #1558

Open
golang/website
#284
@nikolaev-rd

Description

@nikolaev-rd

Context: https://go.dev/tour/flowcontrol/12

Just a little format improvement:

A defer statement defers the execution of a function until the surrounding function returns.

to

A defer statement defers the execution of a function until the surrounding function returns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions