Created
May 8, 2022 12:16
-
-
Save Nikoloutsos/edda21c897d2ece9b265bdbba2a02bf7 to your computer and use it in GitHub Desktop.
Revisions
-
Nikoloutsos created this gist
May 8, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ // sourcery: AutoFixturable struct Human { // sourcery: example = ""The fixture will have this string as default value"" let firstName: String let lastName: String let fatherName: String let motherName: String // sourcery: example = ".init()" let address: Location let age: Int }