# gopl **Repository Path**: share-idea/gopl ## Basic Information - **Project Name**: gopl - **Description**: gopl(Go 程序设计语言)一书中全部代码示例和练习题参考答案 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-12 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gopl [![Build Status](https://travis-ci.org/linehk/gopl.svg?branch=master)](https://travis-ci.org/linehk/gopl) [![codecov](https://codecov.io/gh/linehk/gopl/branch/master/graph/badge.svg)](https://codecov.io/gh/linehk/gopl) [![Go Report Card](https://goreportcard.com/badge/github.com/linehk/gopl)](https://goreportcard.com/report/github.com/linehk/gopl) English | [简体中文](./README.md "简体中文") gopl(The Go Programming Language) is a project that contains all the sample code and all exercise answers in the [Go Programming Language](https://www.gopl.io "Go Programming Language"). ## The Go Programming Language ![The Go Programming Language](https://i.loli.net/2019/03/30/5c9f2138bed41.png "The Go Programming Language") ISBN: 978-0134190440 ## Installation ```bash git clone https://github.com/linehk/gopl.git ``` ## Contributing If you feel that there is something to improve my exercise answers, please feel free to launch Pull Request. For major changes, please open an issue first to discuss what you would like to change. ## License [MIT License](./LICENSE "MIT License") ## Greetings Happy Go programming, I hope you enjoy writing Go as much as I do.