aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kernel/patch_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/email: move patch parsing from pkg/kernelDmitry Vyukov2017-06-301-306/+0
| | | | | | | | ParsePatch is used by appengine app. Appengine apps can't depend on syscall/unsafe, but pkg/kernel currently does. Move patch parsing to pkg/email which does not depend on syscall/unsafe.
* syz-dash: move patch parsing to pkg/kernelDmitry Vyukov2017-06-141-0/+306
Patch parsing is not dashboard-specific and can be reused by other programs.