-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functions for other data types to save data in a file. #1
Comments
Added Support for integer and decimal type array
not closing the issue, since the same needs to be implemented for non-slice or non-array values |
Further, support to store the data of complex data type has to be added. |
Sure. If possible, please take forward the feature. Thanks |
Yaa Sure. |
@muskankhedia , any updates? |
As per now, there are conflicts over complex numbers in golang as per the issue: golang/go#19921. So, I think it would be better to add this functionality later according to the decision. |
sure.. we will add that support once the decision of use of complex numbers is finalized by the google team. |
The user should be given the flexibility to store the array of all data types. In order to achieve these different functions for passing arrays of different data types can be used. And while storing the array into the file, a unique code can be added before the array in string format in order to verify its type while retrieving it show to the user.
The text was updated successfully, but these errors were encountered: