X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fweb-services%2Fgithub%2Fgithub.factor;h=9061ab5dad2fc156cb18a032441c24f96154d36b;hp=c94c95841c786d7855ffe59c3cecc954b7abb662;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/web-services/github/github.factor b/extra/web-services/github/github.factor index c94c95841c..9061ab5dad 100644 --- a/extra/web-services/github/github.factor +++ b/extra/web-services/github/github.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2017 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: assocs cli.git formatting http.client io.pathnames -json.reader kernel locals math namespaces sequences ; +json.reader kernel math namespaces sequences ; IN: web-services.github SYMBOL: github-username