Skip to content

Commit

Permalink
Fix project command tags (hazelcast#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Sep 15, 2023
1 parent c343e6f commit 61a54c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/commands/project/help.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build std || project

package project

import "fmt"
Expand Down
2 changes: 2 additions & 0 deletions base/commands/project/project_list_it_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build std || project

package project

import (
Expand Down
2 changes: 2 additions & 0 deletions base/commands/project/project_list_templates.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build std || project

package project

import (
Expand Down

0 comments on commit 61a54c4

Please sign in to comment.