Skip to content

Commit 9845962

Browse files
committed
readme: remove hello world example
We have a walking through example in a README and examples in GoDoc. Seems it is more than enough. Part of #123
1 parent 7706f03 commit 9845962

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ faster than other packages according to public benchmarks.
2222
## Table of contents
2323

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

55-
<h2>Hello World</h2>
56-
57-
In the "[Connectors](https://www.tarantool.io/en/doc/latest/getting_started/getting_started_go/)"
58-
chapter of the Tarantool manual, there is an explanation of a very short (18-line)
59-
program written in Go. Follow the instructions at the start of the "Connectors"
60-
chapter carefully. Then cut and paste the example into a file named `example.go`,
61-
and run it. You should see: nothing.
62-
63-
If that is what you see, then you have successfully installed `go-tarantool` and
64-
successfully executed a program that manipulated the contents of a Tarantool
65-
database.
66-
6754
<h2>API reference</h2>
6855

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

0 commit comments

Comments
 (0)