Monorepo for Tangled tangled.org

appview/validator: replace x/exp/slices #1037

merged opened by mvdan.cc targeting master from mvdan.cc/tangled-core: remove-x-exp

This API is in the standard library now.

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:ukgxxswlrrpehvj4clus6rld/sh.tangled.repo.pull/3mdropnpyrk22
+1 -1
Interdiff #0 โ†’ #1
+1 -1
appview/validator/label.go
··· 4 "context" 5 "fmt" 6 "regexp" 7 - "strings" 8 "slices" 9 10 "github.com/bluesky-social/indigo/atproto/syntax" 11 "tangled.org/core/api/tangled"
··· 4 "context" 5 "fmt" 6 "regexp" 7 "slices" 8 + "strings" 9 10 "github.com/bluesky-social/indigo/atproto/syntax" 11 "tangled.org/core/api/tangled"
go.mod

This file has not been changed.

History

2 rounds 2 comments
sign up or login to add to the discussion
1 commit
expand
appview/validator: replace x/exp/slices
expand 1 comment

lovely thank you, think this snuck in via an LSP autoimport!

pull request successfully merged
mvdan.cc submitted #0
1 commit
expand
appview/validator: replace x/exp/slices
expand 1 comment

This is a sound change but primarily just to test a pull.