Skip to content

Commit

Permalink
Add missing build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jun 28, 2024
1 parent f61d7a7 commit 47102ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dispatchhttp/client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !durable

package dispatchhttp

import (
Expand Down
2 changes: 2 additions & 0 deletions dispatchhttp/header.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !durable

package dispatchhttp

import (
Expand Down
2 changes: 2 additions & 0 deletions dispatchhttp/request.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !durable

package dispatchhttp

import (
Expand Down
2 changes: 2 additions & 0 deletions dispatchhttp/response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !durable

package dispatchhttp

import (
Expand Down
2 changes: 2 additions & 0 deletions examples/fanout/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !durable

package main

import (
Expand Down

0 comments on commit 47102ce

Please sign in to comment.