Go 1.13 - Use go/token.IsIdentifier
Function for transform.ValidIdentifierKeys
#1
Labels
enhancement
New feature or request
Go 1.13 is adding a new
IsIdentifier
function to thego/token
package in the standard library:We could use that for either the logic in
transform.ValidIdentifierKeys
or at least the test, if we don't want to actually importgo/token
for the "distributed" package.The text was updated successfully, but these errors were encountered: