From 9a8315d42ac6ca64d5d5977ce65c3772bb8b64da Mon Sep 17 00:00:00 2001 From: Chase Pierce Date: Fri, 28 Jun 2024 16:13:44 -0600 Subject: [PATCH 1/3] adding github.com/syntaqx/cookie package --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa95e3366f..5e41788d7d5 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Testing](#testing) - [Testing Frameworks](#testing-frameworks) - [Mock](#mock) - - [Fuzzing and delta-debugging/reducing/shrinking](#fuzzing-and-delta-debuggingreducingshrinking) - - [Selenium and browser control tools](#selenium-and-browser-control-tools) + - [Fuzzing and delta-debugging/reducing/shrinking](#fuzzing-and-delta-debuggingreducingshrinking) + - [Selenium and browser control tools](#selenium-and-browser-control-tools) - [Fail injection](#fail-injection) - [Text Processing](#text-processing) - [Formatters](#formatters) @@ -2679,6 +2679,7 @@ _General utilities and tools to make your life easier._ - [command](https://github.com/txgruppi/command) - Command pattern for Go with thread safe serial and parallel dispatcher. - [config-file-validator](https://github.com/Boeing/config-file-validator) - Cross Platform tool to validate configuration files. - [contextplus](https://github.com/contextplus/contextplus) - Package contextplus provide more easy to use functions for contexts. +- [cookie](https://github.com/syntaqx/cookie) - Cookies, with structs - [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types. - [copy-pasta](https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage. - [countries](https://github.com/biter777/countries) - Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standards. From 5c8867165e7ace54070cda34a27a48f450337451 Mon Sep 17 00:00:00 2001 From: Chase Pierce Date: Mon, 1 Jul 2024 13:31:04 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e41788d7d5..67fbab019f3 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Testing](#testing) - [Testing Frameworks](#testing-frameworks) - [Mock](#mock) - - [Fuzzing and delta-debugging/reducing/shrinking](#fuzzing-and-delta-debuggingreducingshrinking) - - [Selenium and browser control tools](#selenium-and-browser-control-tools) + - [Fuzzing and delta-debugging/reducing/shrinking](#fuzzing-and-delta-debuggingreducingshrinking) + - [Selenium and browser control tools](#selenium-and-browser-control-tools) - [Fail injection](#fail-injection) - [Text Processing](#text-processing) - [Formatters](#formatters) From 605e082bc2527de1125879b41c4f55cac7cbb1b3 Mon Sep 17 00:00:00 2001 From: Chase Pierce Date: Sun, 28 Jul 2024 16:41:29 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fbab019f3..dfde204230e 100644 --- a/README.md +++ b/README.md @@ -2679,7 +2679,7 @@ _General utilities and tools to make your life easier._ - [command](https://github.com/txgruppi/command) - Command pattern for Go with thread safe serial and parallel dispatcher. - [config-file-validator](https://github.com/Boeing/config-file-validator) - Cross Platform tool to validate configuration files. - [contextplus](https://github.com/contextplus/contextplus) - Package contextplus provide more easy to use functions for contexts. -- [cookie](https://github.com/syntaqx/cookie) - Cookies, with structs +- [cookie](https://github.com/syntaqx/cookie) - Cookie struct parsing and helper package. - [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types. - [copy-pasta](https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage. - [countries](https://github.com/biter777/countries) - Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standards.