Skip to content

myyrakle/go2

 
 

Repository files navigation

Go2 Compiler

A radical fork version of Go Compiler.

It's the compiler's fault, not you.

Original README

changes

  1. Eliminates all concurrent map write&read panics.

Install from Source

export PROJECT_ROOT=$(pwd)
cd src 
GOROOT_BOOTSTRAP=$PROJECT_ROOT/bin ./make.bash

windows

export GOOS=windows 
export GOARCH=amd64

linux

export GOOS=linux 
export GOARCH=amd64

macos

export GOOS=darwin 
export GOARCH=arm64

Install from Github Release

First, check the previously installed go version.

image

And in release, we find a match between the minor version and the OS.

linux example

sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf linux_amd64.tar.gz

If the replacement is done without problems, it should run fine.

About

A radical fork version of Go

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.9%
  • Assembly 5.9%
  • HTML 4.8%
  • C 0.2%
  • Shell 0.1%
  • Perl 0.1%