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
Changeset mutator for [REL](https://github.com/Fs02/rel). Changesets allow filtering, casting, validation and definition of constraints when manipulating structs.
9
9
10
10
## Install
11
11
12
12
```bash
13
-
go get github.com/Fs02/changeset
13
+
go get github.com/go-rel/changeset
14
14
```
15
15
16
16
## Example
@@ -23,8 +23,8 @@ import (
23
23
24
24
"github.com/Fs02/rel"
25
25
"github.com/Fs02/rel/adapter/mysql"
26
-
"github.com/Fs02/changeset"
27
-
"github.com/Fs02/changeset/params"
26
+
"github.com/go-rel/changeset"
27
+
"github.com/go-rel/changeset/params"
28
28
)
29
29
30
30
typeProductstruct {
@@ -80,4 +80,4 @@ func main() {
80
80
81
81
## License
82
82
83
-
Released under the [MIT License](https://github.com/Fs02/changeset/blob/master/LICENSE)
83
+
Released under the [MIT License](https://github.com/go-rel/changeset/blob/master/LICENSE)
0 commit comments