Skip to content

Commit

Permalink
Merge pull request jfeliu007#133 from jfeliu007/issue-132
Browse files Browse the repository at this point in the history
Changed to version 2.
  • Loading branch information
Javier Feliu authored Apr 4, 2022
2 parents 28d02b4 + b02bc4a commit 6de1d66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/jfeliu007/goplantuml.svg?branch=master)](https://travis-ci.org/jfeliu007/goplantuml)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
[![DUMELS Diagram](https://www.dumels.com/api/v1/badge/23ff0222-e93b-4e9f-a4ef-4d5d9b7a5c7d)](https://www.dumels.com/diagram/23ff0222-e93b-4e9f-a4ef-4d5d9b7a5c7d)
# GoPlantUML
# GoPlantUML V2

PlantUML Class Diagram Generator for golang projects. Generates class diagram text compatible with plantuml with the information of all structures and interfaces as well as the relationship among them.

Expand All @@ -14,7 +14,7 @@ Take a look at [www.dumels.com](https://www.dumels.com). We have created dumels
Please, review the code of conduct [here](https://github.com/jfeliu007/goplantuml/blob/master/CODE_OF_CONDUCT.md "here").

### Prerequisites
golang 1.10 or above
golang 1.17 or above

### Installing

Expand Down
2 changes: 1 addition & 1 deletion cmd/goplantuml/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"sort"
"strings"

goplantuml "github.com/jfeliu007/goplantuml/parser"
goplantuml "github.com/jfeliu007/goplantuml/v2/parser"
)

// RenderingOptionSlice will implements the sort interface
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jfeliu007/goplantuml
module github.com/jfeliu007/goplantuml/v2

go 1.17

Expand Down

0 comments on commit 6de1d66

Please sign in to comment.