Guest User

Untitled

a guest
Nov 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. func pInfoEx(reqCtx B.RequestContext) {
  2. fmt.Println(reqCtx.p);
  3. }
  4.  
  5. type RequestContext interface {
  6. p() string
  7. }
Add Comment
Please, Sign In to add comment