Skip to content

Commit 5af1df9

Browse files
committed
license update
1 parent a55d0dc commit 5af1df9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright [2022] [Aditya Kumar]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ go test -run=Bench -bench=. -benchtime 5000000x
3838

3939
It comes with a simple usage as explained below, just import the package, and you are good to go.
4040

41-
To add check for validations, add the `constraints` tag in the struct fields or configure a one of your desire using
41+
To add check for validations, add the `constraints` tag in the struct fields or configure a one of your desire using
4242

4343
```go
44-
4544
package main
4645

4746
import (

0 commit comments

Comments
 (0)