1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-07-03 23:30:31 +02:00

Publish an example testing go code with Postgres

This commit is contained in:
Vasiliy Vasilyuk
2023-07-05 01:31:59 +03:00
parent 7e6770223e
commit b346272f7f
15 changed files with 559 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 4
[Makefile]
indent_style = tab
[*.go]
indent_style = tab