Usual commit

This commit is contained in:
FSNotes App
2023-07-14 14:01:23 +02:00
parent a412f19c20
commit 8c27dd39b3
197 changed files with 4139 additions and 0 deletions

BIN
2023/golang-talk-han-jan-23/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,30 @@
# Notes for golang talk HAN '23
## Go present (presentation tool for web)
```
go install golang.org/x/tools/cmd/present@latest
```
**Error**
```
present
```
```
Couldn't find gopresent files: no required module provides package golang.org/x/tools/cmd/present: go.mod file not found in current directory or any parent directory; see 'go help modules'
By default, gopresent locates the slide template files and associated
static content by looking for a "golang.org/x/tools/cmd/present" package
in your Go workspaces (GOPATH).
You may use the -base flag to specify an alternate location.
```
```
present -base ~/go/pkg/mod/golang.org/x/tools@v0.3.0/cmd/present
```
See also <https://medium.com/@drashti.ved_84172/level-up-your-go-presentations-b4d06fc495e5>

View File

@ -0,0 +1,27 @@
# HAN ESE-day '23 Golang Workshop
27 Januari 2023
Jerry Jacobs
Development Engineering Firmware, Adimec
jerry.jacobs@xor-gate.org
https://xor-gate.org
## Agenda
- `whoami`
- Golang introduction
- Workshop exercise
- Workshop (30 min)
- Result and Q&A
## `whoami`
```
$ whoami
Jerry, 34 years
Development Engineer Firmware at
Adimec advanced image systems bv (Eindhoven)
Open-source software experience since
```