Skip to content

Instantly share code, notes, and snippets.

View kevinisbest's full-sized avatar
:octocat:
Focusing

Kevin Hsiao kevinisbest

:octocat:
Focusing
View GitHub Profile
@kevinisbest
kevinisbest / Master-worker.go
Created September 17, 2019 06:40
Processing all files with same extension in master-worker concurrency way
package main
import (
"fmt"
"os"
"path/filepath"
"strings"
"sync"
)