Search code examples
lakefs

How to run lakefs in goland?


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?


Solution

  • You will need to run make or make gen first. Part of the code like the above handler is generated. In a newer version of lakefs this handler code is part of the committed code.