Skip to content

Commit

Permalink
chore: Replace usage of golang with go
Browse files Browse the repository at this point in the history
  • Loading branch information
secDre4mer committed Sep 23, 2020
1 parent f7cdfd7 commit c08d48a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions golang/README.md → go/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# THOR Thunderstorm Collector Executable

The Thunderstorm collector executable is an open-source tool written in Golang to upload files to THOR Thunderstorm.
The Thunderstorm collector executable is an open-source tool written in Go to upload files to THOR Thunderstorm.
A Makefile has been added to allow for simplified creation of executables. The generated executables are statically linked, and no further dependencies on
the target systems exist.

### Build requirements
- Golang version 1.12 or higher
- Go version 1.12 or higher
- make

### Build
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c08d48a

Please sign in to comment.