git-annex in sgf@shilvana:/home/common/sgf/Documents/go
authorsgf <sgf.dma@gmail.com>
Tue, 28 Jun 2022 17:03:35 +0000 (20:03 +0300)
committersgf <sgf.dma@gmail.com>
Tue, 28 Jun 2022 17:03:35 +0000 (20:03 +0300)
bignum-calc/Golang_syd_Nov_2014-Implementing_a_bignum_calculator_with_Rob_Pike-PXoG0WX0r_E.webm [new symlink]
lexical-scanning-in-go/lex.go

diff --git a/bignum-calc/Golang_syd_Nov_2014-Implementing_a_bignum_calculator_with_Rob_Pike-PXoG0WX0r_E.webm b/bignum-calc/Golang_syd_Nov_2014-Implementing_a_bignum_calculator_with_Rob_Pike-PXoG0WX0r_E.webm
new file mode 120000 (symlink)
index 0000000..b4c93a9
--- /dev/null
@@ -0,0 +1 @@
+../.git/annex/objects/0J/mm/SHA256E-s106751713--9608708987129ff38d9e54f29ab4e211385fa6146dd0ea3f2c999a957cbc6cae.webm/SHA256E-s106751713--9608708987129ff38d9e54f29ab4e211385fa6146dd0ea3f2c999a957cbc6cae.webm
\ No newline at end of file
index a23c9bd..2e6f72b 100644 (file)
@@ -57,7 +57,7 @@ type lexer struct {
     items chan item
 }
 
-func lex(name, input string) (*lexer, chan item) {
+func lex (name, input string) (*lexer, chan item) {
     l := &lexer{
         name: name,
         input: input,