Skip to content

Latest commit

 

History

History
 
 

external

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Why do we need override some source codes?

  1. Some package codes cannot compile on windows 386 because of Go const, more details please see the following docs.
    1. go-mysql-org/go-mysql#314
    2. golang/go#19621 (comment)
  2. The C files of some package cannot be included by Go vendor.
  3. Some package is too heavy, we want to reduce the dependency packages.