gochem is a Go package that parses SDF (Structure-Data File) and MOL files to extract molecular data, converting it into structured Go types for further use in your applications.
## Features
- Parse molecular structures from SDF and MOL files
- Extract atom and bond data
- Easily generate Go structs for molecule representation
- Lightweight and fast
## Installation
To install gochem, simply run:
```bash
go get gitea.boner.be/bdnugget/gochem
```
## Usage
Here's how to use gochem to parse a MOL or SDF file: