上QQ阅读APP看书,第一时间看更新
Finding the substring in a string
Finding the substring in a string is one of the most common tasks for developers. Most of the mainstream languages implement this in a standard library. Go is not an exception. This recipe describes the way Go implements this.