فهرست منبع

Switch to rolling release

The `go1` tag caused a lot of confusion and did more harm than good.
In order to make `go get` work as expected and reduce the amount of duplicate bug reports, we switch back to a "rolling release". `go get` will install the current master branch again.
But we will continue to create branches for stable versions.
Julien Schmidt 11 سال پیش
والد
کامیت
2a15f09218
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -4,9 +4,9 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
 
 ![Go-MySQL-Driver logo](https://raw.github.com/wiki/go-sql-driver/mysql/gomysql_m.png "Golang Gopher holding the MySQL Dolphin")
 
-**Current tagged Release:** Version 1.1 (November 02, 2013)
+**Latest stable Release:** [Version 1.1 (November 02, 2013)](https://github.com/go-sql-driver/mysql/releases)
 
-[![Build Status](https://travis-ci.org/go-sql-driver/mysql.png?branch=master)](https://travis-ci.org/go-sql-driver/mysql) *(master branch)*
+[![Build Status](https://travis-ci.org/go-sql-driver/mysql.png?branch=master)](https://travis-ci.org/go-sql-driver/mysql)
 
 ---------------------------------------
   * [Features](#features)
@@ -52,8 +52,6 @@ $ go get github.com/go-sql-driver/mysql
 ```
 Make sure [Git is installed](http://git-scm.com/downloads) on your machine and in your system's `PATH`.
 
-*`go get` installs the [latest tagged release](https://github.com/go-sql-driver/mysql/releases)*
-
 ## Usage
 _Go MySQL Driver_ is an implementation of Go's `database/sql/driver` interface. You only need to import the driver and can use the full [`database/sql`](http://golang.org/pkg/database/sql) API then.