summaryrefslogtreecommitdiff
path: root/credentials.go
AgeCommit message (Collapse)Author
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type.
2014-03-11cleanup clone codeJesse Ezell