Golang

1. Org Babel Base

package main

import (
        "fmt"
)

func main(){
        fmt.Println("org babel base")
        return
}

2. Stream

3. Books

3.1. Building an orchestrator in golang

3.2. Cloud Native Go

3.3. The Go Programming Language

Tags::golang: