16 Matching Annotations
  1. Dec 2022
  2. Jul 2022
    1. use the go mod edit command to edit the example.com/hello module to redirect Go tools from its module path (where the module isn't) to the local directory (where it is).

      step #1:

      go mod edit -replace */=/

      step #2:

      go mod tidy

  3. Apr 2021
    1. 很多人认为他们需要使用面向对象编程,实际上他们只需要模块化。 -- Hacker News 读者

      说简单点就是过度设计

  4. Feb 2017