Skip to content

Commit

Permalink
fix for exp/gotype, which relies on exp/types, to use github.com/ders…
Browse files Browse the repository at this point in the history
…ebi/golang_exp/exp/types
  • Loading branch information
swdunlop committed Apr 23, 2012
1 parent 002a295 commit 4e9f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/gotype/gotype.go
Expand Up @@ -6,7 +6,7 @@ package main

import (
"errors"
"exp/types"
"github.com/dersebi/golang_exp/exp/types"
"flag"
"fmt"
"go/ast"
Expand Down

0 comments on commit 4e9f65d

Please sign in to comment.