From fc88c89f7cbe083ab51960dae1fd6dd1e93289d5 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Thu, 12 Jun 2025 18:53:08 +0800 Subject: [PATCH] readme(xgo):xgo project --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4c9bf0a..222e6f12 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ llgo - A Go compiler based on LLVM [![GitHub release](https://img.shields.io/github/v/tag/goplus/llgo.svg?label=release)](https://github.com/goplus/llgo/releases) [![Coverage Status](https://codecov.io/gh/goplus/llgo/branch/main/graph/badge.svg)](https://codecov.io/gh/goplus/llgo) [![GoDoc](https://pkg.go.dev/badge/github.com/goplus/llgo.svg)](https://pkg.go.dev/github.com/goplus/llgo) -[![Language](https://img.shields.io/badge/language-Go+-blue.svg)](https://github.com/goplus/gop) +[![Language](https://img.shields.io/badge/language-XGo-blue.svg)](https://github.com/goplus/gop) -LLGo is a Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python. It's a subproject of [the Go+ project](https://github.com/goplus/gop). +LLGo is a Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python. It's a subproject of [the XGo project](https://github.com/goplus/gop). -LLGo aims to expand the boundaries of Go/Go+, providing limitless possibilities such as: +LLGo aims to expand the boundaries of Go/XGo, providing limitless possibilities such as: * Game development * AI and data science