Add runtime => run

This commit is contained in:
Asim Aslam
2019-05-31 00:26:34 +01:00
parent a353c83f47
commit c567d1ceb3
13 changed files with 592 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package process
type Options struct{}
type Option func(o *Options)