Skip to content

Instantly share code, notes, and snippets.

@habib-rangoonwala
habib-rangoonwala / WordCount.go
Created June 30, 2016 23:58
Simple Word Count in GO, using File IO
// Author: Habib Rangoonwala
// Created: 03-May-2016
// Updated: 04-May-2016
package main
import (
"bufio"
"fmt"
"path/filepath"
"regexp"