You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,16 @@ This project is currently in development, and additional features will be added
6
6
Stay tuned for upcoming enhancements!
7
7
8
8
9
-
### Network:
9
+
## Strings:
10
+
11
+
| Tag | Description |
12
+
| - | - |
13
+
| boolean | Boolean |
14
+
| contains | Contains |
15
+
| notcontains | not Contains |
16
+
| numeric | Numeric |
17
+
18
+
## Network:
10
19
11
20
| Tag | Description |
12
21
| - | - |
@@ -17,6 +26,12 @@ Stay tuned for upcoming enhancements!
17
26
| uri | URI String |
18
27
| url | URL String |
19
28
29
+
## Other:
30
+
| Tag | Description |
31
+
| - | - |
32
+
| required | Required |
33
+
| optional | Optional |
34
+
20
35
## more
21
36
22
37
I developed this project to deepen my understanding of Go and its capabilities. It's an opportunity for me to explore Go's features and enhance my skills in building more efficient and flexible systems.
0 commit comments