# | Type | Title |
---|---|---|
1 | Exec | Execute Command And Get The Output |
2 | File | Check If A File Exists |
3 | File | Copy A File |
4 | File | Create A Directory |
5 | File | Create All Directories Recursively |
6 | File | Get The Current Working Directory |
7 | File | Get The Parent Directory Path |
8 | File | List All Files In A Directory |
9 | File | List Files In A Directory |
10 | File | Move Or Rename A File |
11 | File | Read A File |
12 | File | Read A File Line By Line |
13 | File | Write A File |
14 | Goroutine | Timeout A Goroutine |
15 | Type | Use Enums |
# | Type | Title |
---|---|---|
1 | Creational Patterns | Factory Method |
2 | Creational Patterns | Simple Factory |
3 | Creational Patterns | Singleton |