Let’s get started.
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}
Table Example
| Function | Victron VE.Can side | Battery side |
|---|---|---|
| GND | Pin 3 (green/white) | Pin 2 (Orange) |
| CAN-L | Pin 8 (brown) | Pin 5 (blue/white) |
| CAN-H | Pin 7 (brown/white) | Pin 4 (buee) |









Source Code Highligting
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}Options
1package main
2
3import "fmt"
4
5func main() {
6 fmt.Println("Hello world!")
7}Press the down arrow on your keyboard!
One more
Press the arrow key up…
Press B or . on your keyboard to pause the presentation. This is helpful when you’re on stage and want to take distracting slides off the screen.
“UNIX is very simple, it just needs a genius to understand its simplicity. Dennis Ritchie
“Experience is the name everyone gives to their mistakes.” – Oscar Wilde”