Skip to content

Commit ad4436e

Browse files
Update tree with validators
1 parent 657d412 commit ad4436e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,14 @@ docker run -d --name eui64-calculator nickfedor/eui64-calculator:latest
118118
│ ├── eui64
119119
│ │ ├── eui64.go
120120
│ │ └── eui64_test.go
121-
│ └── handlers
122-
│ ├── handlers.go
123-
│ └── handlers_test.go
121+
│ ├── handlers
122+
│ │ ├── handlers.go
123+
│ │ └── handlers_test.go
124+
│ └── validators
125+
│ ├── ipv6_prefix_validator.go
126+
│ ├── ipv6_prefix_validator_test.go
127+
│ ├── mac_validator.go
128+
│ └── mac_validator_test.go
124129
├── static
125130
│ ├── favicon.ico
126131
│ └── styles.css

0 commit comments

Comments
 (0)