Skip to content

saushew/great-app

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

Watchers

Forks

Packages

 
 
 

Contributors

Languages