Skip to content

Commit

Permalink
docs: Bump the license year
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Mar 24, 2024
1 parent 30fd9a7 commit bf77335
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ferdinand Prantl
Copyright (c) 2023-2024 Ferdinand Prantl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,15 @@ mut config := Config{}
config := unmarshal_to(any, mut config, UnmarshalOpts{})!
```

## TODO
## Contributing

This is a work in progress.
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code.

* Should `is_null` stay or should only `is Null` remain?
* Should the getters be forgiving and checking getter should be renamed to `strict_*`?
* Support enums, which don't start with `0` or don't have their values as sequences without holes.
## License

Copyright (c) 2023-2024 Ferdinand Prantl

Licensed under the MIT license.

[VPM]: https://vpm.vlang.io/packages/prantlf.jany
[prantlf.json]: https://github.com/prantlf/v-json
Expand Down

0 comments on commit bf77335

Please # to comment.