magiconair / properties

Java properties scanner for Go
BSD 2-Clause "Simplified" License
323 stars 77 forks source link

Remove keys #6

Closed magiconair closed 9 years ago

magiconair commented 9 years ago

If you change the comment to "Delete removes the key..." then I'll merge it

gerbenjacobs commented 9 years ago

I had initially removed the deletion of p.k, but later added it back, which is why the comment was off. Changed it now.

magiconair commented 9 years ago

Still not good since the go doc guidelines say that the comment should start with the function name :)

So please change it to

// Delete removes the key and its comments.
magiconair commented 9 years ago

Tagged v1.5.5 with the change. Thx for the patch