We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c54d0 commit 69598a6Copy full SHA for 69598a6
README.ja.md
@@ -5,7 +5,7 @@ dtap はDNSTAP用のメッセージルータです。
5
6
## Install
7
```
8
-go get -u github.com/mimuret/dtap/dtap
+go get -u github.com/mimuret/dtap
9
10
11
## 入力
@@ -85,4 +85,4 @@ Inputで受け取ったメッセージをFlattingし、fluentdに転送します
85
[[OutputFluent]]
86
Host = "fluent.example.jp"
87
Tag = "dnstap.message"
88
-```
+```
README.md
@@ -4,7 +4,7 @@ Supported multi input and multi output.
4
## example
0 commit comments