Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-154 - Added information in the README #155

Merged
merged 2 commits into from
May 16, 2023
Merged

issue-154 - Added information in the README #155

merged 2 commits into from
May 16, 2023

Conversation

jfeliu007
Copy link
Owner

@jfeliu007 jfeliu007 commented May 16, 2023

fixes #154
Added information in the READ.ME file with links to the online server with a rendered diagram and link to plantuml.com for instructions on how to use plantuml locally.

Ran gofmt -s, some files were not properly formatted for the go report

…ng the diagrams locally or by using the online server from plantuml
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Merging #155 (4a84cec) into master (2adf2cf) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #155   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          625       625           
=========================================
  Hits           625       625           
Impacted Files Coverage Δ
parser/alias.go 100.00% <ø> (ø)
parser/class_parser.go 100.00% <ø> (ø)
parser/field.go 100.00% <ø> (ø)
parser/function.go 100.00% <ø> (ø)
parser/struct.go 100.00% <ø> (ø)

@jfeliu007 jfeliu007 merged commit bd49077 into master May 16, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding some usage example in the readme
1 participant