Skip to content

Commit

Permalink
Merge pull request #124 from corywalker/corywalker
Browse files Browse the repository at this point in the history
Start using cznic branch for wl.
  • Loading branch information
corywalker committed Apr 21, 2018
2 parents 302f124 + add4eb5 commit f55ba24
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expreduce/interp.go
Expand Up @@ -3,7 +3,7 @@ package expreduce
import (
"bytes"
"fmt"
"github.com/corywalker/wl-1"
"github.com/cznic/wl"
"go/token"
"log"
"math/big"
Expand Down
2 changes: 1 addition & 1 deletion expreduce/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion expreduce/string.go
@@ -1,7 +1,7 @@
package expreduce

import "bytes"
import "github.com/corywalker/wl-1"
import "github.com/cznic/wl"

type ToStringParams struct {
form string
Expand Down

0 comments on commit f55ba24

Please sign in to comment.