Pergi dimulai dengan

strings.HasPrefix("my string", "prefix")  // false
strings.HasPrefix("my string", "my")      // true
Dopey Diplodocus