File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A sample project for creating telegram bots in Golang with clean architecture and repository pattern.
4
4
5
- For running the app without building, use the following command:
6
- ```
7
- go run main.go serve
8
- ```
9
-
10
- [ !NOTE]
11
- Although this is a telegram bot, clean architecture principles are the same for any types of web applications.
5
+ > [ !NOTE]
6
+ > Although this is a telegram bot, clean architecture principles are the same for any types of web applications.
12
7
13
8
## Directory Explanation:
14
9
@@ -48,4 +43,4 @@ Databases and their functionalities.
48
43
49
44
Services that application provides.
50
45
51
- This is where core business logic exists, it works as a bridge between ` handlers ` and ` repositories ` directories.
46
+ This is where core business logic exists, it works as a bridge between ` handlers ` and ` repositories ` directories.
You can’t perform that action at this time.
0 commit comments