Skip to content

Commit b015f71

Browse files
committed
no unbounded
1 parent 30d583a commit b015f71

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

constant/proxy.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package constant
22

33
const (
4-
TypeAmnezia = "amnezia"
5-
TypeALGeneva = "algeneva"
6-
TypeOutline = "outline"
7-
TypeSamizdat = "samizdat"
8-
TypeWATER = "water"
9-
TypeUnbounded = "unbounded"
4+
TypeAmnezia = "amnezia"
5+
TypeALGeneva = "algeneva"
6+
TypeOutline = "outline"
7+
TypeSamizdat = "samizdat"
8+
TypeWATER = "water"
109
)
1110

1211
const (

0 commit comments

Comments
 (0)