Skip to content

Commit

Permalink
doc: remove todo. (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 21, 2019
1 parent f926068 commit 94c85d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 121 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -19,8 +19,16 @@ It powers executable Go scripts and plugins, in embedded interpreters or interac

## Install

### As library

```go
import "github.com/containous/yaegi/interp"
```

### REPL

```bash
go get -u github.com/containous/yaegi
go get -u github.com/containous/yaegi/cmd
```

## Usage
Expand Down Expand Up @@ -113,7 +121,7 @@ func main() {

## Documentation

Documentation about yaegi commands and libraries can be found at usual [godoc.org][docs].
Documentation about Yaegi commands and libraries can be found at usual [godoc.org][docs].

## Contributing

Expand Down
Binary file removed doc/images/ast.jpg
Binary file not shown.
Binary file removed doc/images/cfg.jpg
Binary file not shown.
119 changes: 0 additions & 119 deletions doc/todo.md

This file was deleted.

0 comments on commit 94c85d6

Please sign in to comment.