func go/ast.sortSpecs
3 uses
go/ast (current package)
import.go#L35: specs = append(specs, sortSpecs(fset, f, d.Specs[i:j])...)
import.go#L39: specs = append(specs, sortSpecs(fset, f, d.Specs[i:])...)
import.go#L101: func sortSpecs(fset *token.FileSet, f *File, specs []Spec) []Spec {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |