Skip to content

subliker/lang-routine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangRoutine

Asynchronous analysis of text in files to determine language. Based on lingua-go library

The project is designed to demonstrate working with goroutines, channels. Also such synchronization primitive as WaitGroup was used.

Requirements:

golang
You can install Golang there

Installing:

  1. Clone repository
  2. In main directory:
go build\

//for windows
backendproj.exe

//for linux
./backendproj

Usage:

The program can work in synchronous and asynchronous mode (depending on the flag). The program can also read not files in the directory, but a specific file. Flags:

-fpath string
      file path
-path string
      folder path (default "assets")
-sync
      choose sync mode

About

The project is designed to demonstrate working with goroutines, canals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages