aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/strings/ya.make
blob: b2d827c39bc7d0865d38fa5f4ff531e2e6ffd802 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
GO_LIBRARY()
IF (TRUE)
    SRCS(
		builder.go
		clone.go
		compare.go
		reader.go
		replace.go
		search.go
		strings.go
    )
ENDIF()
END()