Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package uuid
|
||||
|
||||
import (
|
||||
"code.google.com/p/go-uuid/uuid"
|
||||
"code.google.com/p/go.net/context"
|
||||
)
|
||||
|
||||
func Call(ctx context.Context) context.Context {
|
||||
ctx = context.WithValue(ctx, "id", uuid.New())
|
||||
|
||||
return ctx
|
||||
}
|
||||
Reference in New Issue
Block a user