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

2018_SecHack365_Ehime_Big_rehearsal

Avatar for nwiizo nwiizo
November 29, 2018
65

 2018_SecHack365_Ehime_Big_rehearsal

Avatar for nwiizo

nwiizo

November 29, 2018
Tweet

More Decks by nwiizo

Transcript

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

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