Reading a data from the file system returns the []byte slice and an error
In the slice of todos, since we have a slice of todos in a string type,
Reading a data from the file system returns the []byte slice and an error
In the slice of todos, since we have a slice of todos in a string type,
```
os.WriteFile(fileName, []byte(t.toString()), 0666)
```
```
os.WriteFile(fileName, []byte(t.toString()), 0666)
```
In my little todo program, I have slices of todos that I needed
In my little todo program, I have slices of todos that I needed
depending on what the function is doing you might need to add a return type
for example a function returning a string should have a return type of string
depending on what the function is doing you might need to add a return type
for example a function returning a string should have a return type of string