Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Apr 22, 2024
1 parent f188e6c commit 67218ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# proc

`proc` annotation syntax:
`proc` annotation syntax.

[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/thinkgos/proc?tab=doc)
[![codecov](https://codecov.io/gh/thinkgos/proc/branch/main/graph/badge.svg)](https://codecov.io/gh/thinkgos/proc)
[![Tests](https://github.com/thinkgos/proc/actions/workflows/ci.yml/badge.svg)](https://github.com/thinkgos/proc/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/thinkgos/proc)](https://goreportcard.com/report/github.com/thinkgos/proc)
[![License](https://img.shields.io/github/license/thinkgos/proc)](https://github.com/thinkgos/proc/raw/main/LICENSE)
[![Tag](https://img.shields.io/github/v/tag/thinkgos/proc)](https://github.com/thinkgos/proc/tags)

basic syntax:

- `#[ident]`: headless syntax
- `#[ident(name1=value1,name2=value2)]`: no headless syntax
Expand Down

0 comments on commit 67218ae

Please sign in to comment.