go-sqlite3/_examples/custom_func/README.md

6 lines
92 B
Markdown
Raw Normal View History

## How to compile
```bash
go build -v github.com/mattn/go-sqlite3/examples/custom_func
```