Skip to content

Commit

Permalink
readme: remove hello world example
Browse files Browse the repository at this point in the history
We have a walking through example in a README and examples in GoDoc.
Seems it is more than enough.

Part of #123
  • Loading branch information
ligurio committed Apr 20, 2022
1 parent 7706f03 commit 9845962
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ faster than other packages according to public benchmarks.
## Table of contents

* [Installation](#installation)
* [Hello World](#hello-world)
* [API reference](#api-reference)
* [Walking\-through example in Go](#walking-through-example-in-go)
* [Help](#help)
Expand Down Expand Up @@ -52,18 +51,6 @@ This should put the source and binary files in subdirectories of
`github.com/tarantool/go-tarantool` to the `import {...}` section at the start
of any Go program.

<h2>Hello World</h2>

In the "[Connectors](https://www.tarantool.io/en/doc/latest/getting_started/getting_started_go/)"
chapter of the Tarantool manual, there is an explanation of a very short (18-line)
program written in Go. Follow the instructions at the start of the "Connectors"
chapter carefully. Then cut and paste the example into a file named `example.go`,
and run it. You should see: nothing.

If that is what you see, then you have successfully installed `go-tarantool` and
successfully executed a program that manipulated the contents of a Tarantool
database.

<h2>API reference</h2>

Read the [Tarantool documentation](tarantool-doc-data-model-url)
Expand Down

0 comments on commit 9845962

Please sign in to comment.