We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31b4aa commit 808e1bdCopy full SHA for 808e1bd
cloud/linode/cloud.go
@@ -63,7 +63,7 @@ type linodeCloud struct {
63
64
var (
65
instanceCache *instances
66
- charLimit int = 23
+ ipHolderCharLimit int = 23
67
)
68
69
func init() {
0 commit comments