patch internal/reflectlite; demo: sort.Ints

This commit is contained in:
xushiwei
2024-06-21 11:02:28 +08:00
parent f26311c60e
commit b93fc3f028
7 changed files with 70 additions and 14 deletions

View File

@@ -14,6 +14,10 @@
* limitations under the License.
*/
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package reflect
import (