Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2018_SecHack365_Ehime_Big_rehearsal

nwiizo
November 29, 2018
46

 2018_SecHack365_Ehime_Big_rehearsal

nwiizo

November 29, 2018
Tweet

Transcript

  1.    package function import “fmt” func Handle(req []byte)

    string { return fmt.Sprintf("Hello, Go. You said: %s", string(req)) }