Skip to content

Instantly share code, notes, and snippets.

View NuVivo314's full-sized avatar

NuVivo314

  • ::!
View GitHub Profile
### Keybase proof
I hereby claim:
* I am NuVivo314 on github.
* I am nuvivo (https://keybase.io/nuvivo) on keybase.
* I have a public key whose fingerprint is 1953 7B26 6F53 200A A144 F103 BFD8 97D6 14FE 2FD3
To claim this, I am signing this object:
package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"io/ioutil"
"log"
"mime"

Keybase proof

I hereby claim:

  • I am NuVivo314 on github.
  • I am nuvivo (https://keybase.io/nuvivo) on keybase.
  • I have a public key whose fingerprint is FA42 7475 3E83 6CA6 8C3C A401 BC5F 8A2F FD41 0F44

To claim this, I am signing this object:

@NuVivo314
NuVivo314 / fileserver.go
Last active December 17, 2015 16:19
golang, woof, file server.
/*
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**»
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.