Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 740 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 740 Bytes

Time to Go

by Dimitris Dranidis

Presentation at 1st SKG Gophers Meetup

Friday, May 7, 2021

https://www.meetup.com/thessaloniki-golang-meetup/events/277583694/

The talk introduces newcomers to the syntax and features of Go by presenting the functional and object oriented aspects of the language, as well as error handling and testing. Examples of Go code are presented starting from simple "Hello world" programs up to REST API programming.

Viewing Locally

To install the present tool, use go get:

go get golang.org/x/tools/cmd/present

To view talks, run present in the current directory and then visit http://127.0.0.1:3999 in your browser.

go run golang.org/x/tools/cmd/present