i feel there be many more ToString functions in the future
@ -0,0 +1,7 @@
package main
import "time"
func timeToString(currentTime time.Time) string {
return currentTime.String()
}
The note is not visible to the blocked user.