Skip to content

Commit 6e73cbe

Browse files
OremGLGmuncustelpirion
authored
fix(job): remove old region tags (#4982)
Co-authored-by: Marc Dougherty <[email protected]> Co-authored-by: Eric Schmidt <[email protected]>
1 parent f3741d2 commit 6e73cbe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jobs/v3/howto/location_based_search_sample.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ func basicLocationSearch(w io.Writer, projectID, companyName, location string, d
8585
// [END job_basic_location_search]
8686

8787
// [START job_city_location_search]
88-
// [START city_location_search]
8988

9089
// cityLocationSearch searches for jobs in the same city of given location.
9190
func cityLocationSearch(w io.Writer, projectID, companyName, location string) (*talent.SearchJobsResponse, error) {
@@ -143,11 +142,9 @@ func cityLocationSearch(w io.Writer, projectID, companyName, location string) (*
143142
return resp, nil
144143
}
145144

146-
// [END city_location_search]
147145
// [END job_city_location_search]
148146

149147
// [START job_broadening_location_search]
150-
// [START broadening_location_search]
151148

152149
// broadeningLocationSearch searches for jobs with a broadening area of given
153150
// location.
@@ -207,7 +204,6 @@ func broadeningLocationSearch(w io.Writer, projectID, companyName, location stri
207204
return resp, nil
208205
}
209206

210-
// [END broadening_location_search]
211207
// [END job_broadening_location_search]
212208

213209
// [START job_keyword_location_search]

0 commit comments

Comments
 (0)