Something went wrong on our end
Select Git revision
-
Simon Ruderich authored
The proper Go way would be to use an internal/config package stored in the top-level and then import it from both broker and fork-helper. However this would require an absolute import (e.g. ruderich.org/simon/sandbox/internal/config) which requires cloning the project into this specific directory in your $GOPATH (which might change in the future). Instead keep this simple by using a symlink.
Simon Ruderich authoredThe proper Go way would be to use an internal/config package stored in the top-level and then import it from both broker and fork-helper. However this would require an absolute import (e.g. ruderich.org/simon/sandbox/internal/config) which requires cloning the project into this specific directory in your $GOPATH (which might change in the future). Instead keep this simple by using a symlink.