$30 off During Our Annual Pro Sale. View Details »

2018_SecHack365_Ehime_Big_rehearsal

Avatar for nwiizo nwiizo
November 29, 2018
66

 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)) }