Skip to content

Commit

Permalink
Restructure dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijt committed May 1, 2012
1 parent 5e12eab commit 8c35867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/gotgo/gotgo.go → gotgo/gotgo.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
stringslice "slice"
"../stringslice"
"errors"
"flag"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion src/gotimports/gotimports.go → gotimports/gotimports.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package main

import (
stringslice "slice"
"../stringslice"
"bytes"
"flag"
"fmt"
Expand Down
4 changes: 1 addition & 3 deletions src/slice/slice_string.go → stringslice/stringslice.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package slice


package stringslice

// Here we have some utility slice routines

Expand Down

0 comments on commit 8c35867

Please sign in to comment.