Skip to content

Commit 9956909

Browse files
Update readme.md
1 parent 06905f9 commit 9956909

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Go Examples
22

33
If you liked this project, you may also like my [golang-benchmarks](https://github.com/SimonWaldherr/golang-benchmarks) repository:
4-
[![SimonWaldherr/golang-benchmarks - GitHub](https://gh-card.dev/repos/SimonWaldherr/golang-benchmarks.svg?fullname)](https://github.com/SimonWaldherr/golang-benchmarks)
4+
[![SimonWaldherr/golang-benchmarks - GitHub](https://gh-card.dev/repos/SimonWaldherr/golang-benchmarks.svg?fullname)](https://github.com/SimonWaldherr/golang-benchmarks)
5+
or my [sql-examples](https://github.com/SimonWaldherr/sql-examples) repository:
6+
[![SimonWaldherr/sql-examples - GitHub](https://gh-card.dev/repos/SimonWaldherr/sql-examples.svg?fullname)](https://github.com/SimonWaldherr/sql-examples)
57

68
## About
79

@@ -522,7 +524,8 @@ Generate an image representing the Mandelbrot fractal
522524
go run image3.go
523525
```
524526

525-
Sql (sqlite) Golang example
527+
Sql (sqlite) Golang example
528+
maybe you also wanna take a look at my [sql-examples](https://github.com/SimonWaldherr/sql-examples)-project
526529

527530
```Shell
528531
go run sqlite.go insert test

0 commit comments

Comments
 (0)