Skip to content

Latest commit

 

History

History
 
 

patches

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Patches

This directory is home to gopatch patches that simplify the migration when breaking changes to library packages are introduced.

Installation

To apply the patches, you need to have access to gopatch. Follow the installation instructions in case you do not have gopatch installed yet.

Applying a patch

To apply a patch, you will need to run the following command:

cd $YOUR_PROJECT
gopatch -p $SCIONPROTO/patches/$PATCH ./...
  • YOUR_PROJECT is the root of your go project that depends onscionproto/scion.

  • SCIONPROTO is the root of your scionproto/scion clone/fork.

  • PATCH is the patch that you want to apply.

For more information, consult the gopatch readme