issues Search Results · repo:syyongx/php2go language:Go
Filter by
33 results
(58 ms)33 results
insyyongx/php2go (press backspace or delete to remove)What happened?
The Strstr function is expected to return the entire haystack string when the haystack and needle parameters are
identical. However, in the current implementation, it returns only the last ...
moonjihae
- Opened on Feb 27, 2024
- #46
yuzihui
- Opened on Apr 17, 2023
- #44
// Empty empty() func Empty(val interface{}) bool { //if val == nil { // return true //} //v := reflect.ValueOf(val)
//switch v.Kind() { //case reflect.String, reflect.Array: // return v.Len() == 0 //case ...
yemaozi999
- 1
- Opened on Aug 1, 2022
- #42
freedomgeeks
- Opened on Sep 29, 2021
- #37
package main
import ( fmt strconv )
// Hex2bin hex2bin() func Hex2bin(data string) (string, error) { i, err := strconv.ParseInt(data, 16, 0) if err != nil {
return , err } return strconv.FormatInt(i, ...
zhoupufelix
- 2
- Opened on Sep 4, 2020
- #33

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.