String is interestingly represented in Go differently

2023-11-30

(Draft) Really? Would you mind explain moreeee!

func main() {
  // do something
}
func main() {
  // do something
}
 

string in go s := "this is a string"

Conclusion

I hope this article has helped you learn more about Go. Did I miss anything or see something you'd change? Leave a comment below or reach out on Twitter.

Further Reading

Link