File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package main
44
55import "fmt"
66
7- // duration is a named type with a base type of int.
7+ // duration is a type with a base type of int.
88type duration int
99
1010// format pretty-prints the duration value.
Original file line number Diff line number Diff line change 11// Package counters provides alert counter support.
22package counters
33
4- // alertCounter is an unexported named type that
4+ // alertCounter is an unexported type that
55// contains an integer counter for alerts.
66type alertCounter int
Original file line number Diff line number Diff line change 11// Package counters provides alert counter support.
22package counters
33
4- // alertCounter is an unexported named type that
4+ // alertCounter is an unexported type that
55// contains an integer counter for alerts.
66type alertCounter int
77
You can’t perform that action at this time.
0 commit comments