diff options
| author | Shulhan <ms@kilabit.info> | 2022-10-08 00:04:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-10-08 00:04:09 +0700 |
| commit | cc0a706f60941a1c352c38e5900755626f3da3d3 (patch) | |
| tree | 1ddf0e96878215bd50c5e982cf78ea816ccf330a /share.go | |
| parent | 5b160b0b0f88748db525e1af89030fa7029f09c7 (diff) | |
| download | pakakeh.go-0.41.1.tar.xz | |
Release share v0.41.1 (2022-10-07)v0.41.1
=== Enhancements
* lib/http: simplify the default user-agent that send by Client
* lib/http: support embedded field on UnmarshalForm
* lib/test: use text/diff to compare strings on Assert
* lib/reflect: remove prefix from returned error on DoEqual
* lib/test: change the Assert parameter to Writer
=== Chores
* lib/ini: add example for marshaling slice inside map[string]T
* lib/paseto: reformat the documentation
* lib/websocket: fix possible race during testing Client
* text/diff: rewrite the test again by reading from files
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = "0.41.0" + Version = `0.41.1` ) |
