Skip to content

Commit

Permalink
weekly update, new import convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstarks committed Jan 11, 2012
1 parent 454f742 commit 52a38f4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion android/android.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package main

import (
"fmt"
"github.com/ajstarks/svgo"
"os"

"github.com/ajstarks/svgo"

)

var (
Expand Down
3 changes: 2 additions & 1 deletion bubtrail/bubtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package main
import (
"flag"
"fmt"
"github.com/ajstarks/svgo"
"math/rand"
"os"
"time"

"github.com/ajstarks/svgo"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion bulletgraph/bulletgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ import (
"encoding/xml"
"flag"
"fmt"
"github.com/ajstarks/svgo"
"io"
"os"
"strconv"
"strings"

"github.com/ajstarks/svgo"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion codepic/codepic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
"encoding/xml"
"flag"
"fmt"
"github.com/ajstarks/svgo"
"io"
"os"
"strings"

"github.com/ajstarks/svgo"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion colortab/colortab.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import (
"bufio"
"flag"
"fmt"
"github.com/ajstarks/svgo"
"os"
"strings"

"github.com/ajstarks/svgo"
)

func main() {
Expand Down

0 comments on commit 52a38f4

Please sign in to comment.