Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CSV++ extends traditional CSV to support **arrays** and **structured fields** wi

## Requirements

- Go 1.25 or later
- Go 1.26 or later
- `GOEXPERIMENT=jsonv2` environment variable (required by `csvpputil` package, which uses `encoding/json/jsontext`)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion cmd/csvpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Or build from source:
GOEXPERIMENT=jsonv2 go build -o csvpp ./cmd/csvpp
```

> **Note:** `GOEXPERIMENT=jsonv2` is required because this tool depends on `encoding/json/jsontext` (Go 1.25+).
> **Note:** `GOEXPERIMENT=jsonv2` is required because this tool depends on `encoding/json/jsontext` (Go 1.26+).

## Commands

Expand Down