Skip to content

Instantly share code, notes, and snippets.

@kevina
kevina / travis-ci.sh
Last active November 16, 2017 23:54
Standard script to run tests for ipfs projects.
set -e
display_and_run() {
echo "*** $@"
"$@"
}
# Vet
display_and_run go vet ./...
@kevina
kevina / config_test.go
Created June 16, 2017 21:56
Start of test case.
package fsrepo
import (
"encoding/json"
"testing"
"os"
"io/ioutil"
"reflect"
//"fmt"
@kevina
kevina / ipfs-todo.md
Last active May 18, 2017 03:36
Kevin's IPFS Todo List