2025-02-28 20:23:12 +08:00

11 lines
282 B
Markdown

# OpenWrt golang latest version
## How to use?
After the `./scripts/feeds install -a` operation is completed, execute the following command:
```shell
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 24.x feeds/packages/lang/golang
```