Skip to content

Instantly share code, notes, and snippets.

@kchodorow
Last active April 3, 2017 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kchodorow/bcd03724cb2a65d354bcdf0288774ff4 to your computer and use it in GitHub Desktop.
Save kchodorow/bcd03724cb2a65d354bcdf0288774ff4 to your computer and use it in GitHub Desktop.
load() example
load('//:my-first-extension.bzl', 'greeting')
greeting()
def greeting():
print('Hello, world')
@ittaiz
Copy link

ittaiz commented Apr 3, 2017

greeeting() should be changed to greeting()
contains a redundant 'e'

@kchodorow
Copy link
Author

Good point, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment