X-Git-Url: https://git.tokkee.org/?p=go-talk.git;a=blobdiff_plain;f=README;h=9cdba6e2f31d5fc0555db218032aa208efdcad9b;hp=351ecbcb6e95369c0af0a2d882862557e25918c2;hb=HEAD;hpb=8e533c849e5b0053a1949dcbf98f8948a7501499 diff --git a/README b/README index 351ecbc..9cdba6e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ - tokkee's Go and gRPC talk - =========================== + tokkee's Go and gRPC talks + ============================ - Supporting material for a talk about Go and gRPC. + Supporting material for tokkee's talks about Go and gRPC. Setup ----- @@ -46,9 +46,23 @@ Rebuilding the generated proto / gRPC code $ protoc src/tokkee.org/go-talk/grpc/proto/backend/backend.proto \ --go_out=plugins=grpc:. +Presentation slides +------------------- + + The 'tex' subdirectory includes the LaTeX code for the presentation slides. + + Generate PDF documents: + + $ cd $GOPATH/src/tokkee.org/go-talk + $ git submodule update --init + $ cd tex; make + Author ------ Sebastian 'tokkee' Harl Licensed under the 2-clause BSD license. See LICENSE for details. + + For license conditions of subpackages, see the respective LICENSE files in + the subdirectories.