We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3952b92 commit f5b1cc7Copy full SHA for f5b1cc7
2 files changed
.goreleaser.yaml
@@ -34,7 +34,7 @@ archives:
34
- goos: windows
35
formats: [ "zip" ]
36
files:
37
- - LICENSE.txt
+ - LICENSE.md
38
- acknowledgments.txt
39
release:
40
header: |
sio/jsonio/decode.go
@@ -2,7 +2,7 @@
2
// https://github.com/golang/go/blob/master/src/encoding/json/decode.go
3
// and is covered by the copyright reproduced below.
4
//
5
-// Any changes are covered by the copyright and license in the LICENSE.txt file
+// Any changes are covered by the copyright and license in the LICENSE.md file
6
// in the root directory of this repository.
7
8
// Copyright 2010 The Go Authors. All rights reserved.
0 commit comments