We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a58bea8 + bb494c4 commit a9a116bCopy full SHA for a9a116b
README.md
@@ -9,6 +9,16 @@ level. It is written as a `http.Handler` wrapper. To
9
integrate your application with the module, you will need to wrap your
10
existing handler with the module handler.
11
12
+## :rotating_light: NOTICE :rotating_light:
13
+
14
+Effective **May 17th 2021** the default branch will change from `master` to `main`. Run the following commands to update a local clone:
15
+```
16
+git branch -m master main
17
+git fetch origin
18
+git branch -u origin/main main
19
+git remote set-head origin -
20
21
22
## Installation
23
`go get github.com/signalsciences/sigsci-module-golang`
24
0 commit comments