Skip to content

Commit

Permalink
testing gofmt report improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Jun 5, 2022
1 parent f763ed1 commit 19907e3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// go:build ignore

// savla-dish one-shot package for fast batch socket testing
package main

import (
Expand Down
2 changes: 2 additions & 0 deletions networking/networking.go
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
//go:build dev

package networking
1 change: 0 additions & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Runner package for custom socket test execution
package runner

import (
Expand Down
1 change: 0 additions & 1 deletion socket/socket.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// socket package to fetch and 'parse' JSON stream from given sourcePointer
package socket

import (
Expand Down
2 changes: 1 addition & 1 deletion telnet/telnet.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build dev
//go:build dev

package telnet

Expand Down

0 comments on commit 19907e3

Please sign in to comment.