Update README.md

This commit is contained in:
yuin 2020-01-02 01:51:36 +09:00
parent 83e7dcebc7
commit 94947895e7

View file

@ -72,9 +72,6 @@ import (
Convert Markdown documents with the CommonMark compliant mode:
```go
```
```go
var buf bytes.Buffer
if err := goldmark.Convert(source, &buf); err != nil {