before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

16
assets/var/gnu/go.md Normal file
View File

@ -0,0 +1,16 @@
go 1.25.1
=
https://go.dev/dl/go1.25.1.linux-amd64.tar.gz
``` sh *** build ***
export GOROOT_BOOTSTRAP=/pkg/src/go/.go-bootstrap
export PKG_HOME=/pkg/gnu/go
export GOROOT_FINAL=/pkg/gnu/go
mkdir -p $GOROOT_BOOTSTRAP
cp -rPl ./* $GOROOT_BOOTSTRAP
cd src
./make.bash
cd ..
mkdir -p $PKG_HOME
cp -rPl ./* $PKG_HOME
```