a
|
1d00637bbc
|
ok
|
2022-10-15 02:03:50 -05:00 |
Daniele Conventi
|
498ce46d1b
|
Merge pull request #265 from yyh-gl/fix/dependencies
Fix dependencies
|
2020-05-04 23:51:27 +02:00 |
yyh-gl
|
90177233fb
|
Remove Gopkg.toml
|
2020-04-29 23:09:16 +09:00 |
yyh-gl
|
9d7eaa2abd
|
Fix dependencies
|
2020-04-29 23:05:34 +09:00 |
yyh-gl
|
7a12d44c62
|
Adapt go modules
|
2020-04-29 23:05:23 +09:00 |
Alessio Pracchia
|
9bd3fd838b
|
Update README.md
broken links
|
2019-03-28 14:37:53 +01:00 |
Alessio Pracchia
|
bcf8507c0b
|
Merge pull request #212 from Quasilyte/quasilyte/sloppyLen
realize: don't guard against negative length
|
2018-09-18 11:25:22 +02:00 |
Alessio Pracchia
|
c046dffbb2
|
Merge pull request #215 from Quasilyte/quasilyte/unlambda
remove redundant function literal wrapper
|
2018-09-18 11:22:56 +02:00 |
Alessio Pracchia
|
e887c9de3c
|
Merge pull request #214 from Quasilyte/quasilyte/deadCodeAfterLogFatal
remove os.Exit after log.Fatal call
|
2018-09-18 11:22:44 +02:00 |
Iskander Sharipov
|
c273d739ab
|
remove redundant function literal wrapper
Used function value directly
|
2018-09-15 00:51:43 +03:00 |
Iskander Sharipov
|
3342a6892e
|
remove os.Exit after log.Fatal call
This is effectively a dead code.
|
2018-09-15 00:46:49 +03:00 |
Iskander Sharipov
|
1a7c6b7007
|
realize: don't guard against negative length
len never returns negative value, so guarding against it
is confusing and misleading.
|
2018-09-15 00:37:49 +03:00 |
Alessio Pracchia
|
38566f0c4e
|
Merge pull request #205 from tapocol/fix_import
Fix import
|
2018-08-25 10:58:16 +02:00 |
Craig Jackson
|
778b4bcddb
|
Fix import
|
2018-08-23 18:02:10 -06:00 |
Alessio Pracchia
|
528e33e1fd
|
Merge pull request #200 from hysios/master
add vgo support
|
2018-08-23 11:42:24 +02:00 |
Alessio Pracchia
|
162893daa2
|
Merge pull request #203 from tapocol/multiple_projects_same_env
Allow multiple projects to have different values for same env var
|
2018-08-23 11:38:39 +02:00 |
Craig Jackson
|
37a6dbf977
|
Allow multiple projects to have different values for same env var
|
2018-08-21 14:21:48 -06:00 |
Hysios Hu
|
359e1ca47d
|
add vgo support
automatic checking project root has go.mod to switch vgo launch, go run , test, vet, fmt ..., etc
|
2018-08-06 16:36:17 +08:00 |
Alessio Pracchia
|
05f079e472
|
Merge pull request #193 from alaingilbert/fix_zombie_subprocesses
Fix zombie sub processes.
|
2018-06-29 00:41:00 +02:00 |
Alain Gilbert
|
cc4cb7eb64
|
Fix zombie sub processes.
For https://github.com/oxequa/realize/issues/192
|
2018-06-28 13:42:08 -07:00 |
Alessio Pracchia
|
29c29e429a
|
Merge pull request #187 from DarthPestilane/hotfix/jsontag
fix json tag on Path of Tool
|
2018-06-04 10:33:47 +02:00 |
DarthPestilane
|
0fa2596f29
|
fix json tag on Path of Tool
|
2018-06-04 15:16:46 +08:00 |
asoseil
|
c86c8e56b3
|
#186 fixed
|
2018-06-01 09:36:25 +02:00 |
asoseil
|
ba91e1e15d
|
print removed
|
2018-05-15 09:54:47 +02:00 |
Alessio Pracchia
|
36262d2c8b
|
Fixed import
|
2018-05-11 22:37:47 +02:00 |
Alessio Pracchia
|
49d37952b5
|
Merge pull request #184 from robcapo/master
Fixed walking large directory issue
|
2018-05-11 16:05:27 +02:00 |
Rob Capo
|
1faa523112
|
Fixed ref
|
2018-05-11 09:50:56 -04:00 |
Rob Capo
|
fe07d124db
|
Fixed walking large directory issue
|
2018-05-11 09:37:27 -04:00 |
Alessio Pracchia
|
269ade50ff
|
Update readme
doc fixed
|
2018-05-08 21:22:08 +02:00 |
Alessio Pracchia
|
17b324d363
|
Merge pull request #179 from noomz/master
Replace Tool.Dir with new property Tool.Path
|
2018-05-07 15:47:01 +02:00 |
Siriwat Uamngamsup
|
3c335a453d
|
Replace Tool.Dir with new property Tool.Path
|
2018-05-07 19:41:58 +07:00 |
asoseil
|
703daddb4c
|
version and dep fixed
|
2018-04-17 09:31:41 +02:00 |
Alessio Pracchia
|
7aba50d3c9
|
Merge pull request #177 from oxequa/develop
Bug fix
|
2018-04-15 19:35:45 +02:00 |
asoseil
|
2bf6bc9487
|
missed import
|
2018-04-15 19:31:27 +02:00 |
asoseil
|
da9221ea7f
|
Merge remote-tracking branch 'origin/develop' into develop
|
2018-04-15 19:27:40 +02:00 |
asoseil
|
6ba5a47b0e
|
bug fix #175
|
2018-04-15 19:26:18 +02:00 |
Alessio Pracchia
|
13ee93c5f7
|
Merge pull request #176 from oxequa/develop
#156 #175 #160
|
2018-04-14 16:25:41 +02:00 |
Alessio Pracchia
|
e8235734df
|
Merge branch 'master' into develop
|
2018-04-14 16:19:43 +02:00 |
asoseil
|
f0e28d1602
|
#175 fixed
|
2018-04-14 16:15:03 +02:00 |
Daniele Conventi
|
7f988a2854
|
fixed license badge link
|
2018-03-27 18:05:05 +02:00 |
Alessio Pracchia
|
8481c0293b
|
Merge pull request #171 from thnt/fix_GOBIN_support_custom_run_method
fix wrong GOBIN, support custom run method
|
2018-03-27 13:57:37 +02:00 |
ThinhNT
|
e3c540875a
|
- fix wrong GOBIN when GOPATH includes multi directories
- support custom run method to config path to binary to run
|
2018-03-22 10:49:53 +07:00 |
Alessio Pracchia
|
3ad56dd80c
|
Merge pull request #170 from xbee/master
fixed can not build problem
|
2018-03-16 18:05:30 +01:00 |
huanglifeng
|
fd15d518c4
|
fixed can not build problem
|
2018-03-17 00:21:30 +08:00 |
Daniele Conventi
|
b93a37103d
|
updated README.md
|
2018-03-09 13:13:50 +01:00 |
Daniele Conventi
|
a8112d1e32
|
new logo
|
2018-02-28 16:00:06 +01:00 |
Daniele Conventi
|
9ad7d7bf02
|
changed links and references
|
2018-02-24 13:30:42 +01:00 |
asoseil
|
600b1ac467
|
start fixed with no config
|
2018-02-18 19:36:50 +01:00 |
asoseil
|
153ea7defa
|
Struct names fixed
|
2018-02-09 17:58:58 +01:00 |
asoseil
|
dff147f801
|
struct names fixed
|
2018-02-09 17:51:11 +01:00 |