Skip to content

Instantly share code, notes, and snippets.

View Philio's full-sized avatar

Phil Bayfield Philio

View GitHub Profile
package main
import (
"fmt"
"os"
"net"
"bufio"
"encoding/json"
bcap "github.com/fromYukki/browscap_go"
)
package main
import (
"fmt"
"time"
bgo "github.com/fromYukki/browscap_go"
)
func main() {
start := time.Now().UnixNano()