最后活跃于 1729053717

knox 修订了这个 Gist 1729053717. 跳至此修订

1 file changed, 5 insertions

Unleash-2.java(file created)

@@ -0,0 +1,5 @@
1 + if (unleash.isEnabled("AwesomeFeature")) {
2 + // do new, flashy thing
3 + } else {
4 + // do old, boring stuff
5 + }
更新 更早