Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Как попробовать

# Клонируем репы
git clone https://github.com/saushew/great-app.git
git clone https://github.com/saushew/great-module-implementation.git

# Собираем модуль
cd great-module-implementation
go build -buildmode=plugin -o executor.so ./executor.go

# Собираем приложение
cd ../great-app
go build -o myapp ./cmd

# Запускаем с указанием пути до модуля через флаг '--module'
./myapp --module ../great-module-implementation/executor.so

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages