Re-namespacing one more time to get sources back in the same tree.

I dunno...  this whole thing should be its own repo, probably.  Meh.
This commit is contained in:
Dan Buch 2012-12-19 22:33:46 -05:00
parent 76c392967d
commit 6ebbf04980
13 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
REPO_BASE := github.com/meatballhat/box-o-sand/algs4/go REPO_BASE := github.com/meatballhat/box-o-sand/algs4/src/go
TARGETS := \ TARGETS := \
$(REPO_BASE)/algs4 \ $(REPO_BASE)/algs4 \
$(REPO_BASE)/algs4-binarysearch \ $(REPO_BASE)/algs4-binarysearch \

View File

@ -8,7 +8,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
const USAGE string = `Usage: algs4-binarysearch <whitelist-file> const USAGE string = `Usage: algs4-binarysearch <whitelist-file>

View File

@ -10,7 +10,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
const USAGE string = "Usage: algs4-flips <nflips>" const USAGE string = "Usage: algs4-flips <nflips>"

View File

@ -7,7 +7,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
const USAGE string = `Usage: algs4-gcd <uint> <uint>` const USAGE string = `Usage: algs4-gcd <uint> <uint>`

View File

@ -7,7 +7,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
const ( const (

View File

@ -5,7 +5,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
func TestBinarySearchRank(t *testing.T) { func TestBinarySearchRank(t *testing.T) {

View File

@ -5,7 +5,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
func TestGcd(t *testing.T) { func TestGcd(t *testing.T) {

View File

@ -7,7 +7,7 @@ import (
) )
import ( import (
"github.com/meatballhat/box-o-sand/algs4/go/algs4" "github.com/meatballhat/box-o-sand/algs4/src/go/algs4"
) )
const INTS_STRING = ` const INTS_STRING = `