Pablo Lopez b9e80bcc37
Apply suggestions from code review
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2025-07-16 16:10:23 +03:00
2025-07-09 18:21:03 +08:00
2025-07-11 10:54:15 +08:00
2025-06-10 15:48:29 +03:00
2025-06-10 15:48:29 +03:00
2025-07-04 15:08:45 +08:00
2025-07-06 13:35:33 +03:00
2025-06-23 14:48:59 +03:00
2025-06-10 15:48:29 +03:00
2025-06-10 16:02:24 +03:00

Chat SDK

Quick Start

Build Everything

# Build the complete chain: Nim → C → Go
make all

# Or step by step:
make build-nim    # Build Nim library to shared library
make build-c      # Prepare C bindings
make build-go     # Verify Go bindings compile

Run the Go Example

make run-go-example

TODO

Description
No description provided
Readme
Languages
Nim 87%
Go 5.3%
Shell 3%
Makefile 2.7%
C 2%