Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data_Tool_Pack_GO

Setup Go

Run Directly from Source

  • cd into the src diretory where the main.go file is located

  • Run the program by executing the following command:

    go run main.go -action=read1

Compiling from source

  • To build it and run the executable:

    • cd into the src directory where the main.go file is located
    go build main.go
    • Running on Linux

      chmod +x main
      ./main -action=read1
    • Running on Windows

      .\main.exe -action=read1

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages