Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# propro

[![Release](https://img.shields.io/github/v/release/digitalstraw/propro?v=3.0.0)](https://github.com/digitalstraw/propro/releases)
[![Release](https://img.shields.io/github/v/release/digitalstraw/propro?v=3.0.1)](https://github.com/digitalstraw/propro/releases)
[![License](https://img.shields.io/github/license/digitalstraw/propro)](/LICENSE)
[![CI](https://github.com/digitalstraw/propro/actions/workflows/ci.yaml/badge.svg)](https://github.com/digitalstraw/propro/actions/workflows/ci.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/digitalstraw/propro)](https://goreportcard.com/report/github.com/digitalstraw/propro)
[![Coverage](https://coveralls.io/repos/github/digitalstraw/propro/badge.svg?branch=main&v=3.0.0)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=3.0.0)
[![Coverage](https://coveralls.io/repos/github/digitalstraw/propro/badge.svg?branch=main&v=3.0.1)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=3.0.1)

`propro` stands for **Protected Properties**. It prevents direct writes to public/exported properties of structs that represent
entities. It is usable especially in DDD (Domain-Driven Design) contexts where entities in the domain layer should enforce business rules
Expand Down
Loading