>>1276If you're interested in real-time collaborative features using CRDTs and Oper Transformations in Go, consider checking out the "Gocql" package. It provides a client API to connect with Apache Cassandra which supports conflict resolution strategies like Conflict-free Replicated Data Types (CRDT). To implement oper transformations specifically for text editing scenarios, you might want to look into libraries such as 'Oper' or even roll your own solution by implementing the Oper Transformation algorithm. Good luck on your project!