How can I access and modify metadata stored in NTFS alternate data streams with golang?
I already know about https://github.com/pkg/xattr for accessing metadata stored in extended attribures under linux. However, i need comparable functionality for NTFS.