Hi Everyone, I am new to golang and flyte as well....
# ask-the-community
d
Hi Everyone, I am new to golang and flyte as well. I have a query: For Example If I want to change the code of flyte repo . Let suppose if i change the code of cookie.go file in auth folder of flyteadmin . And i use make compile command in flyte folder for creating binary file of flyte. Do I need to run make compile in flyteadmin folder too? Or it already get the new code? This question is little basic but i am new to golang and flyte so please help me out
k
only need to run
make compile
at root folder
d
Ok thank you