Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes committed Feb 29, 2024
1 parent eb325b8 commit bc2b5ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions stdlib/generic/go1_21_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ var syncSource string
//go:embed go1_21_sync_atomic.go.txt
var syncAtomicSource string

type Source string

var (
Gcmp = Source(cmpSource)
Gmaps = Source(mapsSource)
Gslices = Source(slicesSource)
Gsync_atomic = Source(syncAtomicSource)
Gsync = Source(syncSource)
)

// Sources contains the list of generic packages source strings.
var Sources = [...]string{
cmpSource,
Expand Down

0 comments on commit bc2b5ba

Please sign in to comment.