Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
debug-ing committed Nov 16, 2024
1 parent 78279e7 commit 38b31af
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ This project is currently in development, and additional features will be added
Stay tuned for upcoming enhancements!


### Network:
## Strings:

| Tag | Description |
| - | - |
| boolean | Boolean |
| contains | Contains |
| notcontains | not Contains |
| numeric | Numeric |

## Network:

| Tag | Description |
| - | - |
Expand All @@ -17,6 +26,12 @@ Stay tuned for upcoming enhancements!
| uri | URI String |
| url | URL String |

## Other:
| Tag | Description |
| - | - |
| required | Required |
| optional | Optional |

## more

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.
Expand Down

0 comments on commit 38b31af

Please sign in to comment.