This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
expr
Watch
1
Star
0
Fork
0
You've already forked expr
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
437
Commits
2
Branches
35
Tags
9.4
MiB
6b3bfa2a11
Branches
Tags
No results found.
Commit Graph
5 Commits
Author
SHA1
Message
Date
Celestino Amoroso
34874ef663
plugins.go: replaced stringsIndex()<0 with !strings.Contains()
2024-07-07 16:17:48 +02:00
Celestino Amoroso
f41dba069e
plugin.go: support Liteide and VScode to debug executable file name
2024-06-17 06:57:47 +02:00
Celestino Amoroso
28f464c4dc
plugins.go: If the main program's file name ends with '.debug', plugins will be loaded from file with name ending with '.debug'
2024-06-12 11:15:31 +02:00
Celestino Amoroso
5302907dcf
external plugins can now request for dependencies
2024-06-09 17:12:57 +02:00
Celestino Amoroso
29bc2c62a3
first plugin support.
...
Module organization requires a better structure to decouple definitions and implementations
2024-06-09 07:41:56 +02:00