Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Adds sticky (plugin) routing strategy #670

Merged
merged 1 commit into from
Jan 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build/
profile.cov
gin-bin
tags
.vscode/

# we don't vendor godep _workspace
**/Godeps/_workspace/**
Expand Down
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch main.go",
"type": "go",
"request": "launch",
"mode": "test",
"program": "./control/",
"env": {},
"args": ["run TestRoutingCachingStrategy"]
}
]
}
Loading