Usual commit
This commit is contained in:
BIN
2023/golang-talk-han-jan-23/.DS_Store
vendored
Normal file
BIN
2023/golang-talk-han-jan-23/.DS_Store
vendored
Normal file
Binary file not shown.
30
2023/golang-talk-han-jan-23/notes.md
Normal file
30
2023/golang-talk-han-jan-23/notes.md
Normal 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>
|
||||
@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user