Miss function in some source code #5180
Answered
by
ozkatz
zonghsh888
asked this question in
Q&A
-
I downloaded the source code of version 0.68.0 and imported it into goland. I found some functions are missing. E.g. I can't find the definition of function "HandlerFromMuxWithBaseURL" which is invoked at line 94 in pkg/api/serve.go. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Answered by
ozkatz
Apr 4, 2023
Replies: 1 comment
-
Please take a look at the contribution guide: specifically, you'd need to make sure you run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arielshaqed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please take a look at the contribution guide: specifically, you'd need to make sure you run
make build
in order to generate some of the generated code that lakeFS depends on. Hope this helps!