You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Found a bug or are you missing a feature in go-diff?
43
43
44
-
Please make sure to have the latest version of go-diff. If the problem still persists go through the [open issues](https://github.com/sergi/go-diff/issues) in the tracker first. If you cannot find your request just open up a [new issue](https://github.com/sergi/go-diff/issues/new).
44
+
Please make sure to have the latest version of go-diff. If the problem still persists go through the [open issues](https://github.com/cwarden/go-diff/issues) in the tracker first. If you cannot find your request just open up a [new issue](https://github.com/cwarden/go-diff/issues/new).
45
45
46
46
## How to contribute?
47
47
48
-
You want to contribute to go-diff? GREAT! If you are here because of a bug you want to fix or a feature you want to add, you can just read on. Otherwise we have a list of [open issues in the tracker](https://github.com/sergi/go-diff/issues). Just choose something you think you can work on and discuss your plans in the issue by commenting on it.
48
+
You want to contribute to go-diff? GREAT! If you are here because of a bug you want to fix or a feature you want to add, you can just read on. Otherwise we have a list of [open issues in the tracker](https://github.com/cwarden/go-diff/issues). Just choose something you think you can work on and discuss your plans in the issue by commenting on it.
49
49
50
50
Please make sure that every behavioral change is accompanied by test cases. Additionally, every contribution must pass the `lint` and `test` Makefile targets which can be run using the following commands in the repository root directory.
51
51
@@ -75,7 +75,7 @@ This Go version of Diff, Match and Patch Library is licensed under the [MIT Lice
75
75
Go version of Diff, Match and Patch Library
76
76
77
77
> Copyright (c) 2012-2016 The go-diff authors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
0 commit comments