Skip to content

Instantly share code, notes, and snippets.

View keith6014's full-sized avatar
💭
I may be slow to respond.

keith6014

💭
I may be slow to respond.
View GitHub Profile
@keith6014
keith6014 / main.go
Created January 1, 2019 23:28
sync map
package main
import (
"fmt"
"log"
"net/http"
"os/exec"
@keith6014
keith6014 / main.go
Last active November 6, 2018 01:51
goroutines
// http_goroutine project main.go
package main
import (
"fmt"
"io/ioutil"
"net/http"
"time"
osx:
local: /opt
env: qa
paths:
p1: abc
p2: def
p3: ghi
additon:
- p1
- p2