summaryrefslogtreecommitdiffhomepage
path: root/cookie.go
AgeCommit message (Collapse)Author
2018-05-19Add copyright headersMathias Hall-Andersen
2018-05-14Clean moreJason A. Donenfeld
2018-05-03global: Add SPDX tags and copyright headerJason A. Donenfeld
Mathias should probably add his copyright headers to each file too.
2018-02-12Use relative importsJason A. Donenfeld
2018-02-12Revert "Don't use modules"Mathias Hall-Andersen
This reverts commit bffe99aeadae09abd02f2bd3184925af6b680535.
2018-02-12Don't use modulesJason A. Donenfeld
Feel free to revert this if you have a strong feeling about it. But so far as I can see, it adds a lot of complexity for basically no upsides.
2018-02-11Added missing mutex acquisitionMathias Hall-Andersen
2018-02-09Started migration to sub-packagesMathias Hall-Andersen
2018-02-04Align with go library layoutMathias Hall-Andersen