Skip to content

Commit

Permalink
README: Fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
lxn committed Jul 26, 2013
1 parent e77a65a commit 6fa8571
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ as illustrated in this small example:

##### `test.go`

package main

import (
"github.com/lxn/walk"
. "github.com/lxn/walk/declarative"
"strings"
)

```go
package main

import (
"github.com/lxn/walk"
. "github.com/lxn/walk/declarative"
"strings"
)

func main() {
var inTE, outTE *walk.TextEdit

Expand Down

0 comments on commit 6fa8571

Please sign in to comment.