How to implement the SEARCH BAR functinality by KEYNAME IN GOLANG

Hi,
I am new to golang .
so please anyone help me how to write the search functionality in golang.

What do you mean by “search bar”? What kind of application do you have in mind? What data do you want to search in?

Your post is not a real question.

I want to search PATEINT based on his username .that data should come from datastore

That’s not so complicated, but you have to tell us more about this :slightly_smiling_face:

What database, what kind of output (json], etc.

http://www.alexedwards.net/blog/practical-persistence-sql

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.